OnEnable in a disabled object won't work
complete
PhaxeNor
Using a OnEnable event on a object that is disabled on run time will not work when enabled.
Resulting in a error message: https://gist.github.com/PhaxeNor/862f5f4222c19601c75203a12af5d5fe
Workaround is having it enabled at run time then have it disable itself. Then when you enable the object again it will function as normal.
Log In
CubedParadox
updated the status to
complete
this was fixed at some point