Page 1 of 1
Adventure Creator integration setup
Posted: Mon Aug 03, 2020 1:32 pm
by Tony Li
One of the Adventure Creator integration steps is to add a script to AC's PersistentEngine prefab. Someone had a question about where PersistentEngine is located. It's in Assets / AdventureCreator / Resources:
- acPersistentEngine.png (10.86 KiB) Viewed 224 times
Re: Adventure Creator integration setup
Posted: Tue Aug 04, 2020 11:10 am
by quencci
I´ts still not there. I reimported AdventureCreator two times. Nothing happens.
In the Tutorial, "AdventureCreator" can also seen in the nav bar next to "components". But in my case the nav bar didn´t change.
Also the AdventureCreator folder has no folder names "Resources".
If it helps: I´m using Unity 2019.4.4, scripting with bolt.
Re: Adventure Creator integration setup
Posted: Tue Aug 04, 2020 11:43 am
by Tony Li
I did some checking, and in the latest versions of AC, it looks like you don't need to touch PersistentEngine. (AC changed its save system in 1.71.something.) However, make sure your Dialogue Manager GameObject has a RememberDialogueSystem component.
Re: Adventure Creator integration setup
Posted: Tue Aug 04, 2020 2:01 pm
by quencci
Thank you so much.
There´s no RememberDialogueSystem component. I searched for it and found it. Unfortunately unity says the file name and class name don´t match.
But i guess i have to solve it by myself. You did a lot, so again thank you so much!
Re: Adventure Creator integration setup
Posted: Tue Aug 04, 2020 2:53 pm
by Tony Li
I just checked the integration package, and they match correctly. BTW, you can download the latest integration from the
Extras page. Expand the "Updated for 2.2.8" foldout to access the download button. Maybe you're using an older integration package.