Hello,
Is there a way to get a list with all the scripts that are being recompiled after changes?
The GUID, script name or path any of these would help.
Hello,
Is there a way to get a list with all the scripts that are being recompiled after changes?
The GUID, script name or path any of these would help.
It recompiles all the scripts every time it compiles because they’re all interrelated.
What’s your objective with this? If you’re just trying to keep track of what’s changed, source control can do that for you (and you 100% should be using source control).
One way I can think of is to use File Explorer and sort by date on a selected folder. Of course it isn’t recursive and you would have to manually select each sub-folder to find them all, so it may not work for you.
I am adding content with unitypackages and those folders are in the gitgnore file. So I was trying to detect if a script from an ignored folder is updated to display a warning that those changes won’t be pushed.