Yesterday everything was good. This what i got today. Unity 2021.3.11f1
- Try restart Unity, if haven’t.
- Reload libraries. Delete libraries folder and let Unity to download it again.
- Check project repo for changes. And try revert to last working erosion.
- Try different version of Unity.
- Or try rental / fix current version of Unity.
- If all above fails, you may have potentially hardware problem.
1 Like
In top menu bar, there is drop menu called jobs, if I am not mistaken, one of the option in the drop down menu should be to enable stacktrace.
You need enable full stack trace.
Possibly yu got it disabled.
And make sure, you are disposed all native collections correctly.
thanks. How can i know that i disposed all native collections correctly?
=================================================================
Native Crash Reporting
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Managed Stacktrace:
thats my log if it will help too
My problem was seem to be a Library failure. Your libraries re-loading worked. Thanks! But if you still know how to enable Full StackTrack i’d like to know. :))
1 Like