When I run the Initial setup I get 3 warnings:
1. There are 3 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene.
2. There are 3 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:398)
3. Your multi-scene setup may be improved by tending to the following issues:
Multiple scenes baked with Auto enabled can appear differently in Play mode when reloading them. Consider disabling Auto and rebaking.
See attached screen shot.
Can you please tell me how to fix these warning.
Thank you
Getting warnings when trying to run Visual Novel Framework Initial Setup
Re: Getting warnings when trying to run Visual Novel Framework Initial Setup
Hi,
The Visual Novel Starter Framework doesn't use a multi-scene setup. At runtime, each scene is used individually (e.g., when leaving the Start scene, it unloads the Start scene and loads the Gameplay scene). In the Unity editor, open one scene at a time.
The Visual Novel Starter Framework doesn't use a multi-scene setup. At runtime, each scene is used individually (e.g., when leaving the Start scene, it unloads the Start scene and loads the Gameplay scene). In the Unity editor, open one scene at a time.
Re: Getting warnings when trying to run Visual Novel Framework Initial Setup
Thank you for the quick reply.
I am now opening one scene at a time in the Unity editor.
The issue has been been fixed.
I am now opening one scene at a time in the Unity editor.
The issue has been been fixed.