Getting warnings when trying to run Visual Novel Framework Initial Setup

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
11Iam1
Posts: 2
Joined: Mon Jan 09, 2023 10:58 pm

Getting warnings when trying to run Visual Novel Framework Initial Setup

Post 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 269 times

Can you please tell me how to fix these warning.
Thank you
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
11Iam1
Posts: 2
Joined: Mon Jan 09, 2023 10:58 pm

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

Post 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.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply