You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a brand new project using Unity 6000.0.33f1
Imported the latest version of the asset (1.8)
Created a test script that spins a cube
Enter play mode and change a variable
When I do this Unity does the usual reload and I get a bunch of errors:
FSR: Manager is being destroyed in play session
Error when executing event, UnityEngine.UnityException: FindObjectsOfType can only be called from the main thread. Constructors and field initializers will be executed from the loading thread when loading a scene.
FSR: Error when updating files: 'Test.cs', FastScriptReload.Editor.Compilation.HotReloadCompilationException: Thread was being aborted. ---> System.Threading.ThreadAbortException: Thread was being aborted.
FSR: Compilation error: temporary files were not removed so they can be inspected: ...
Looking at the 'Test.cs' file and the temporary file that is created shows no errors or anything that would trip it up. I'm honestly not sure what is causing it to break or how to fix it. This is a brand new project and fresh install of the asset.
The text was updated successfully, but these errors were encountered:
Created a brand new project using Unity 6000.0.33f1
Imported the latest version of the asset (1.8)
Created a test script that spins a cube
Enter play mode and change a variable
When I do this Unity does the usual reload and I get a bunch of errors:
FSR: Manager is being destroyed in play session
Error when executing event, UnityEngine.UnityException: FindObjectsOfType can only be called from the main thread. Constructors and field initializers will be executed from the loading thread when loading a scene.
FSR: Error when updating files: 'Test.cs', FastScriptReload.Editor.Compilation.HotReloadCompilationException: Thread was being aborted. ---> System.Threading.ThreadAbortException: Thread was being aborted.
FSR: Compilation error: temporary files were not removed so they can be inspected: ...
Looking at the 'Test.cs' file and the temporary file that is created shows no errors or anything that would trip it up. I'm honestly not sure what is causing it to break or how to fix it. This is a brand new project and fresh install of the asset.
And if I may add, sometimes updating the script results in Unity stuck in reloading the script meaning I have to force close the editor. Not sure if this is a direct issue with the asset itself but figured worth mentioning.
Here's what I've done:
When I do this Unity does the usual reload and I get a bunch of errors:
Looking at the 'Test.cs' file and the temporary file that is created shows no errors or anything that would trip it up. I'm honestly not sure what is causing it to break or how to fix it. This is a brand new project and fresh install of the asset.
The text was updated successfully, but these errors were encountered: