Possible bug with Custom Lua Function Info?
Posted: Mon Sep 28, 2020 6:57 pm
For some reason, I can't get a custom lua function info script to show up in the Lua wizard drop down menu.
I'm creating the scriptable object version found here under Create->Pixel Crushers->Dialogue System -> Custom Lua
https://www.pixelcrushers.com/dialogue_ ... ncTemplate
I currently have 5 custom lua scripts which are all working, but for some reason the 6th doesn't show up all the time. The only way I managed to get it to show up was by restarting Unity, which then ended up getting stuck at launch by failing to load the window layout.
I tracked the window layout bug to this known issue in unity 2020.1
https://issuetracker.unity3d.com/issues ... dow-layout
I'm thinking the issue might just be with 2020 but I wanted to bring it up just in case anyone else has run into the problem or if I'm doing something wrong when creating these lua info scripts?
For reference, a working one is looking like this and there's nothing significantly different between the ones that are working and the new one that isn't. The only thing is that the new one takes in 4 string parameters but I doubt that's it right?
I'm creating the scriptable object version found here under Create->Pixel Crushers->Dialogue System -> Custom Lua
https://www.pixelcrushers.com/dialogue_ ... ncTemplate
I currently have 5 custom lua scripts which are all working, but for some reason the 6th doesn't show up all the time. The only way I managed to get it to show up was by restarting Unity, which then ended up getting stuck at launch by failing to load the window layout.
I tracked the window layout bug to this known issue in unity 2020.1
https://issuetracker.unity3d.com/issues ... dow-layout
I'm thinking the issue might just be with 2020 but I wanted to bring it up just in case anyone else has run into the problem or if I'm doing something wrong when creating these lua info scripts?
For reference, a working one is looking like this and there's nothing significantly different between the ones that are working and the new one that isn't. The only thing is that the new one takes in 4 string parameters but I doubt that's it right?