LuaScriptWizard bug when multi-selecting

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
vcesauron
Posts: 19
Joined: Tue Oct 06, 2020 11:22 am

LuaScriptWizard bug when multi-selecting

Post by vcesauron »

Hello! String fields with [LuaScriptWizard] attribute from first selected object gets copied to the following objects when multi-selecting.

Video of the bug happening:


Our version is 2.2.43, and we have Odin Inspector installed (thought it's good to mention, although I don't see how it could be affecting this).

Is this a known bug?
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: LuaScriptWizard bug when multi-selecting

Post by Tony Li »

Hi,

It's a known conflict with Odin. The issue is on the Dialogue System side. The custom editor for the LuaScriptWizard isn't designed to handle that case. As a workaround, you can use the LuaScriptWizard elsewhere and then copy-paste the resulting Lua code text into the field.
User avatar
vcesauron
Posts: 19
Joined: Tue Oct 06, 2020 11:22 am

Re: LuaScriptWizard bug when multi-selecting

Post by vcesauron »

Got it, we can work around that. Nice to know it's nothing on our side either :D
Thanks for the quick reply, Tony.
Post Reply