error CS1061: no definition for `localizedText' and no extension method `localizedText'

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pavsikakyj
Posts: 31
Joined: Fri Oct 06, 2017 11:34 am

error CS1061: no definition for `localizedText' and no extension method `localizedText'

Post by pavsikakyj »

Hi, Tony!

I wanted to try out Menu Framework for DS. Downloaded it from extras, installed and tried to run example, as written in manual. But got this message instead of example:

Assets/Dialogue System Extras/Dialogue System Menu Framework/Scripts/Options.cs(193,74): error CS1061: Type `PixelCrushers.DialogueSystem.DisplaySettings.LocalizationSettings' does not contain a definition for `localizedText' and no extension method `localizedText' of type `PixelCrushers.DialogueSystem.DisplaySettings.LocalizationSettings' could be found. Are you missing an assembly reference?

DS version is 2.0.1. Menu Framework version is 12/4/2017.

What have I done wrong?
User avatar
Tony Li
Posts: 22058
Joined: Thu Jul 18, 2013 1:27 pm

Re: error CS1061: no definition for `localizedText' and no extension method `localizedText'

Post by Tony Li »

Hi,

The Menu Framework hasn't been updated for Dialogue System v2.x yet. I'm still working on it.

If you're using the visual novel starter framework, that has its own menu system, so you wouldn't also use the other Menu Framework (And it's updated for 2.x.)
Post Reply