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

  • 相关阅读:
    用欧拉公式推导三角函数所有公式包括 倍角公式-半角公式-和差化积-积化和差
    20161006-git学习笔记
    十五的学习日记20160925
    十五的学习日记20160926-你不知道的JS笔记/
    十五的学习日记20160927-ES6学习/中间变量/数组坑/
    十五的学习日记20160928-扑克牌/目标/Apache外网访问
    十五的学习日记20160929-click300毫秒延迟/requestAnimationFrame/帧率
    十五的学习日记20160930-jquery/ajax/JS引擎/job queue
    十五的学习日记20161001-insertAdjacentHTML与insertAdjacentText
    传入评分 返回整数和小数 页面拼接 --------------20160705
  • 原文地址:https://www.cnblogs.com/123ing/p/4083984.html
Copyright © 2011-2022 走看看