Error setting up Visual Novel Framework

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Reb
Posts: 2
Joined: Wed Jul 17, 2024 4:21 pm

Error setting up Visual Novel Framework

Post by Reb »

Hi there,

I'm currently attempting to implement the Visual Novel Framework and am receiving this error: Assets\Dialogue System Extras\Visual Novel Framework\Scripts\Sequencer Commands\SequencerCommandBackground.cs(17,31): error CS0117: 'BackgroundManager' does not contain a definition for 'SetBackgroundImage'

How can I resolve this? I am currently running the Evaluation Version of the Dialogue System, as well as the full Love/Hate System. I have already reimported the assets, which resolved a few initial errors, but this one still remains.

Thank you for your help!
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: Error setting up Visual Novel Framework

Post by Tony Li »

Hi,

Would you please make sure you've imported Love/Hate version 1.10.47, Dialogue System evaluation version 2.2.47, and VisualNovelFramework_2_0_14.unitypackage? That's the current package on the Dialogue System Extras page.

If that doesn't resolve the issue, try this:

1. Back up your project just to be on the safe side.

2. Delete the Assets > Dialogue System Extras > Visual Novel Framework folder.

3. Reimport VisualNovelFramework_2_0_14.unitypackage
Reb
Posts: 2
Joined: Wed Jul 17, 2024 4:21 pm

Re: Error setting up Visual Novel Framework

Post by Reb »

Hi again,

Thank you for the reply and assistance. After doing some investigating, I realized I had an old BackgroundManager script from a previous manager I had built still kicking around. After removing it, everything began to run smoothly.

Thanks again for the help! I appreciate it.
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: Error setting up Visual Novel Framework

Post by Tony Li »

Happy to help! Glad you got it working.
Post Reply