Hi, I have a weird problem. For some reason init
in my script is not called (have print
call there, nothing actually printed in the console). When I try to debug, defold editor just crashes with a message that it couldn’t connect to a debugger (macOS Mojave). The collection btw is loaded okay, I see my game objects on the screen when the game is launched. After I close my game window I see this Failed to create **plugInInterface via IOCreatePlugInInterfaceForService.
message in console. However, no other messages in the console while the game window is opened.
Now I use 1.2.143
. It seems that there was no such problem before I updated the editor (don’t know which version I was on before, though). Any ideas what can it be? (edited)
This is the structure of my collection. init
function in field.script
is not called for some reason