じ☆ve冰风 发表于 7 天前

Debug error in Visual Studio 2017

Hi!

I am following the tutorial from @gamedev-js from the bottom of the thread here https://forums.rpgmakerweb.com/inde...-app-to-universal-windows-platform-uwp.86203/

I am using the WinJS template to create a UWP for Xbox in VS 2017. I added the lines to the bottom of the main.js file:

function newFunction() {
    PluginManager.setup($plugins);

    window.onload = function () {
      SceneManager.run(Scene_Boot);
    };
}

...but everytime I run the project it throws a bug saying that 'PluginManager' is not defined.

Could any good soul help me?


本贴来自国际rpgmaker官方论坛作者:BoneCollectors处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/debug-error-in-visual-studio-2017.154940/
页: [1]
查看完整版本: Debug error in Visual Studio 2017