Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: nepomuk on August 05, 2015, 11:51:14 AM
-
Multiple EventSystems in scene... this is not supported
UnityEngine.EventSystems.EventSystem:OnEnable()
what does it mean and how can i locate the problem?
thanks :)
-
Hi,
It's likely that you load a prefab or aload a scene with an event System on it from another UI work and Unity only allow one at a time.
if your event system is configured the same on all instances, you'll be fine.
Bye,
Jean