edited May 2016 in ORK Support
I'm using the new UI and using different button images for play, load, options, exit buttons in the main menu scene.

I got a yellow warning message I never saw before. And I don't see more than one event in my game but maybe the buttons being drawn each have one? Any help is much appreciated. Usually like to keep my file free of even yellow warning messages.

Multiple EventSystems in scene... this is not supported
UnityEngine.GameObject:AddComponent()
ORKFramework.UIHelper:CreateEventSystem()
ORKFramework.GUIHandler:CreateCanvas()
ORKFramework.GUIHandler:Init()
ORKFramework.ORK:Init(ORKProjectAsset)
ORKFramework.ORK:.ctor(ORKProjectAsset)
ORKFramework.ORK:Initialize(ORKProjectAsset)
ORKFramework.Behaviours.GameStarter:Awake()
Post edited by Catacomber on
  • The new UI doesn't allow having 2 event systems in the scene. You probably already have one somewhere (will be automatically created when you set stuff up in the editor), and ORK tries to instantiate it's own event system.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That was it! Thanks. : D
Sign In or Register to comment.