Hi all,
My game use cocos2d-js 3.8.1,
I call this function:
var pluginManager = window[“plugin”][“PluginManager”]“getInstance”;
if( pluginManager != null )
{
}
Before:
cc.game.restart()
My game always crash after VM restart
Help me plz!
Hi all,
My game use cocos2d-js 3.8.1,
I call this function:
var pluginManager = window[“plugin”][“PluginManager”]“getInstance”;
if( pluginManager != null )
{
}
Before:
cc.game.restart()
My game always crash after VM restart
Help me plz!