I have ported a few of my addons to sdkv2, but recently when loading them up I am getting an error message saying GetScriptInterfaceClass is null
I thought on of the benefits of sdk v2 was that you did not need to explicitly define the script interface? did this change recently?
Develop games in your browser. Powerful, performant & highly capable.
Nvm, the error was happening way before the addon got init, so scripting interface was not accessible.
If an addon fails in the ctor the message did not bubble up to the console. It just set the reference to null. You can ignore this.