Page 1 of 1
Build doesn't work
Posted: Tue Jun 04, 2024 9:25 pm
by tohaMem
Hello!
My problem: everything works in the Unity Editor, Dialogue System is connected, everything is fine. But in the build itself, Dialogue System...disappears? And when I built the scene without Menu framework, everything worked.
Here are some of the errors:
Re: Build doesn't work
Posted: Tue Jun 04, 2024 9:43 pm
by Tony Li
Hi,
Have you tried playing in the editor from the first scene in build settings?
Make sure your first scene in build settings has a Dialogue Manager configured the way you want. If you have a separate GameObject with a Save System component, your Dialogue Manager should not have a Save System component.
Re: Build doesn't work
Posted: Wed Jun 05, 2024 3:43 am
by tohaMem
Oh., great! Now it's workin
Thank you!
Re: Build doesn't work
Posted: Wed Jun 05, 2024 3:49 am
by tohaMem
Also, i have a small issue...
A quest log came with the framework menu. But since I already had a quest log, I disabled this tab in the menu and pause. But yes, on the button "J" calls both: my journal and the journal from the framework menu. I couldn’t find where to disable his call by button.
Re: Build doesn't work
Posted: Wed Jun 05, 2024 7:57 am
by Tony Li
Hi,
Check the Dialogue Manager. It may have a quest log window GameObject in its hierarchy as well as a quest log window prefab assigned to its Instantiate Prefabs component's Prefabs list. Remove one or the other.
Re: Build doesn't work
Posted: Wed Jun 05, 2024 9:13 am
by tohaMem
Thank you!
Re: Build doesn't work
Posted: Wed Jun 05, 2024 9:22 am
by Tony Li
Glad to help!