Hello,
Is there a way to pull the date / time a file was submitted through Unity’s version control API? We’re currently using Perforce and I’m working on a tool that needs to check how old / new a file is before handling it.
Thanks!
Hello,
Is there a way to pull the date / time a file was submitted through Unity’s version control API? We’re currently using Perforce and I’m working on a tool that needs to check how old / new a file is before handling it.
Thanks!
Hi
Sorry to say this is not exposed right now. You would have to do the Perforce query (fstat) by hand to the Perforce server to get that information.
Thanks
Jake