美文网首页
vs2017+BabeLua+Cocos2dx3.10配置

vs2017+BabeLua+Cocos2dx3.10配置

作者: 一剑卿心 | 来源:发表于2018-08-06 22:11 被阅读258次

    From: http://shaojiang.lofter.com/post/92ff0_d421541

    1. 下载BabeLua插件:BabeLua For 2015 V3.2.2.0.vsix。
      http://pan.baidu.com/s/1sjmC169

    2. 直接双击.vsix安装。打开VS的时候菜单栏就多了一个lua选项。


    3. 添加项目。



    4. F5调试项目。
      Ctrl+F5运行项目。

    附:
    支持Visual Studio 2017的方法
    1.download BabeLua extension for vs2015
    2.rename .vsix to zip
    3.unzip extension.vsixmanifest to a dir
    4.replace [14.0] to [15.0]
    <Installation>
    <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Premium" />
    <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
    </Installation>
    5.save and replace to zip
    6.rename .zip to .vsix

    VS2013扩展BabeLua插件的方法

    相关文章

      网友评论

          本文标题:vs2017+BabeLua+Cocos2dx3.10配置

          本文链接:https://www.haomeiwen.com/subject/yvrnvftx.html