Assertion failed on expression: 'timeSinceLastUsed >= 0'

Hi -
This popped up during play (at a time when a bunch of objects in scene were disabled, and a VFX was spawned at the same time). Anyone have any ideas on what it is? No other info was given.

Assertion failed on expression: ‘timeSinceLastUsed >= 0’

Thanks

You could switch the Logging options for Error, Assert and Exception to Full. This will include more information if this error occurs again, which is perhaps helpful.

https://docs.unity3d.com/Manual/class-PlayerSettingsStandalone.html

1 Like

Ah, yes, will do, thanks