Event system

General development topics: using various Unity tools, publishing games, etc.
Post Reply
marvelescent
Posts: 2
Joined: 15 Jul 2022 04:45

Event system

Post by marvelescent »

Just started a fresh project, unity version 2021.3.0fl. Beside Naninovel, the only thing I've done is updated the unity ads. When i press play, there are 2 event systems in the scene. Please ensure there is always exactly one event system in the scene
UnityEngine.EventSystems.EventSystem:Update () (at Library/PackageCache/com.unity.ugui@1.0.0/Runtime/EventSystem/EventSystem.cs:514)

It's coming from Unity UI automatically, and I don't know how to stop it so Naninovel can get priority. Any help?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Event system

Post by idaot »

You can prevent Naninovel from spawning an Event System in the Input Configuration.
https://naninovel.com/guide/input-proce ... processing

Post Reply