zoukankan      html  css  js  c++  java
  • 安装UnityVS 2012步骤

    英文原文是:

    Cracked by Twisted89
    //////////////////////////////////////////////////
    // INSTALL INSTRUCTIONS
    //////////////////////////////////////////////////

    1. If you have previously installed UnityVS uninstall it now, run ccleaner to remove any left over files & registry keys and reboot.
    2. Run UnityVS 2012.msi to install UnityVS
    3. Run "make Dir.bat" as ADMINISTRATOR, if you see any errors then make sure you have admin rights and run it again. 
    4. Right click "copy rhino.bat" and choose edit to open it in notepad
    5. replace PATH_TO_THIS_DIRECTORY with the directory which you extracted the .bat and "Rhino.Licensing.dll" to. You should end up with something that looks like this 'copy "D:extractedRhino.Licensing.dll" "%SystemRoot%assemblyGAC_MSILRhino.Licensing1.2.0.0__0b3305902db7183f"'
    6. Save the edit .bat and run it as ADMINISTRATOR, if you get any errors check the file again and make sure it saved correctly. 
    7. Navigate to "C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEExtensionsSyntaxTreeUnityVS" and DELETE the "Rhino.Licensing.dll" File (it should ask you for admin rights to do this)
    8. Now move (Cut & paste) the "log4net.dll" file from the current UnityVS Directory  to the Visual Studio IDE directory (Go up 3 Directories - "C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDE")
    9. Launch Visual Studio 2012 (If you get any errors from visual studio at this point or after make sure you've followed every step correctly, if you have uninstall UnityVs, uninstall visual studio 2012, run ccleaner for both temp files and the registry then
    reboot and start again)
    10. It should now prompt you for your key, open up the key.txt extracted earlier and copy the contents into the box, it should now enable the OK button, click that and you're done!

    安装步骤:

    1.大概意思是要是安装过卸载吧。。。

    2.运行UnityVS 2012.msi

    3.以管理员身份运行make Dir.bat

    4.右击copy rhino.bat,编辑它

    5.把 "E:BackupsUnityvsV1.2Rhino.Licensing.dll" 中的路径改成你放置UnityVS 2012的位置,然后保存退出

    6.以管理员身份运行copy rhino.bat

    7.到 C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEExtensionsSyntaxTreeUnityVS 目录下删除Rhino.Licensing.dll

    8.在 C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEExtensionsSyntaxTreeUnityVS找到log4net.dll,剪切它放到C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDE

    9.启动vs2012

    10.弹出一个窗口,复制UnityVS中key.txt的内容进去

    最后打开unity,点击assets——import package——Unity vs 2012

  • 相关阅读:
    ERROR 1406 : Data too long for column 解决办法
    Sublime配置Python编译环境
    python下载包的时候,如何选择是win32,还是amd64的,其中的cp又是什么意思?
    曝光一个网站,我周末就耗在上面了。(学习)
    Matlab 画图时中文显示乱码的问题?(设置为“桌面代码”修改时区后还是乱码使用这个方法)
    什么是前端和后端开发,看完你就知道了
    彻底卸载mysql 个人亲测!
    python语言的优缺点
    阿里云、华为云和腾讯云等多家物联网平台的异同
    nfs Read only system 问题解决 + NFS 安装
  • 原文地址:https://www.cnblogs.com/123ing/p/4083984.html
Copyright © 2011-2022 走看看