Adventure Creator integration setup

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Adventure Creator integration setup

Post 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
acPersistentEngine.png (10.86 KiB) Viewed 219 times
quencci
Posts: 2
Joined: Tue Aug 04, 2020 10:38 am

Re: Adventure Creator integration setup

Post 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.
Attachments
Screenshot (9).png
Screenshot (9).png (35.4 KiB) Viewed 212 times
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adventure Creator integration setup

Post 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.
quencci
Posts: 2
Joined: Tue Aug 04, 2020 10:38 am

Re: Adventure Creator integration setup

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

Re: Adventure Creator integration setup

Post 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.
Post Reply