- Home /
Question by
SigmarOD · Jan 02, 2021 at 10:18 PM ·
prefabprefabsenableprefab-instanceenable and disable script
Prefab disables a script out of runtime.
Hey guys I'm currently working on a project where I'm spawning some obstacles on runtime, so that the player can dodge them.
My problem is now that player is a prefab and this prefab has the script PlayerMovement and something is causing it to always disable itsself even out of runtime. The problem is this does happen quite randomly and also doesn't change back if I exit the runtime.
Has anybody ever had a similar problem?
Comment