Problme with multiple isPlayer Actors
Posted: Tue May 25, 2021 5:43 am
Hello, I'm new to DS and may just have done something wrong with is. I am using DS 2.1.12 in Unity 2019.4.10f and I would like to have a Conversasion as following:
PlayerA: option1:say something///option2:say something
==> Npc:some respond
==> PlayerB: option1:say something///option2:say something
==>Npc:some respond.
I found:https://www.pixelcrushers.com/phpbb/vie ... php?t=2692 in the forum which suggests the usage of DS_MultiPlayerMenuPatch_2019-11-15.unitypackage should help with this issue.Yet after I imported the package, unity reported two mistakes as under.
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Standard\Dialogue\StandardUIResponseMenuControls.cs(143,30): error CS0115: 'StandardUIResponseMenuControls.SetPCPortrait(Sprite, string)': no suitable method found to override
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Standard\Dialogue\StandardUIResponseMenuControls.cs(156,30): error CS0115: 'StandardUIResponseMenuControls.SetActorPortraitSprite(string, Sprite)': no suitable method found to override
Would anyone inform me how I can fix this?
PlayerA: option1:say something///option2:say something
==> Npc:some respond
==> PlayerB: option1:say something///option2:say something
==>Npc:some respond.
I found:https://www.pixelcrushers.com/phpbb/vie ... php?t=2692 in the forum which suggests the usage of DS_MultiPlayerMenuPatch_2019-11-15.unitypackage should help with this issue.Yet after I imported the package, unity reported two mistakes as under.
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Standard\Dialogue\StandardUIResponseMenuControls.cs(143,30): error CS0115: 'StandardUIResponseMenuControls.SetPCPortrait(Sprite, string)': no suitable method found to override
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Standard\Dialogue\StandardUIResponseMenuControls.cs(156,30): error CS0115: 'StandardUIResponseMenuControls.SetActorPortraitSprite(string, Sprite)': no suitable method found to override
Would anyone inform me how I can fix this?