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:
Adventure Creator integration setup
Re: Adventure Creator integration setup
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.
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.
- Attachments
-
- Screenshot (9).png (35.4 KiB) Viewed 211 times
Re: Adventure Creator integration setup
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
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!
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
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.