Hi Tony,
I just stumbled over this minor issue and thought it might be interesting for you for an update:
1. Placing DSFU somewhere else than "Assets/Plugins/Pixel Crushers/" (in my case because DSFU is part of a submodule, so e.g. "Assets/submodule/Plugins/Pixel Crushers/"
2. Using the Welcome window to enable support for Timeline (or any other Define Symbol)
3. This calls "MoreEditorUtility.cs TouchScriptsWithScriptingSymbol()" to start an auto reimport of all .cs files found in the Pixel Crushers folder, but since the folder is referenced absolute (MoreEditorUtility.cs line 124), the Unity Editor throws a directory exception instead of reimporting.
Do you have an issue tracker to report things like this or would you prefer to post such things here in the forum?
- Michael
Minor Issue with MoreEditorUtility / auto recompile scripts when changing Scripting Define Symbols
-
- Posts: 46
- Joined: Thu Nov 08, 2018 5:47 am
Re: Minor Issue with MoreEditorUtility / auto recompile scripts when changing Scripting Define Symbols
Hi Michael,
Reporting here is fine. I copy reports here manually into our internal issue tracker. I'll update MoreEditorUtility with a directory check.
Reporting here is fine. I copy reports here manually into our internal issue tracker. I'll update MoreEditorUtility with a directory check.