Page 1 of 1

Getting warnings when trying to run Visual Novel Framework Initial Setup

Posted: Mon Jan 09, 2023 11:23 pm
by 11Iam1
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.
VNF_ISSUES.PNG
VNF_ISSUES.PNG (120.34 KiB) Viewed 273 times

Can you please tell me how to fix these warning.
Thank you

Re: Getting warnings when trying to run Visual Novel Framework Initial Setup

Posted: Tue Jan 10, 2023 8:55 am
by Tony Li
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.

Re: Getting warnings when trying to run Visual Novel Framework Initial Setup

Posted: Tue Jan 10, 2023 12:32 pm
by 11Iam1
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.

Re: Getting warnings when trying to run Visual Novel Framework Initial Setup

Posted: Tue Jan 10, 2023 1:35 pm
by Tony Li
Glad to help!