Как пофиксить Unity3D
Oct. 21st, 2016 02:17 amПосле переустановки Win 7 Pro 64 на ноуте я установила и Unity3D. Но после старта программы вместо меню со списком проектов возникало окно с тёмным фоном и без единой надписи. Кажется, удалось найти способ заставить Unity3D работать:
https://forum.unity3d.com/threads/unity3d-5-3-not-working.372682/
I found packages unityeditor-cloud-hub-0.0.1.tgz and unity-editor-home-0.0.7.tgz in C:\Program Files\Unity\Editor\Data\Resources\Packages. Create folders node_modules\unityeditor-cloud-hub and node_modules\unity-editor-home in C:\Users\%user_name%\AppData\Roaming\Unity\Packages\. Extract dist and package.json from unityeditor-cloud-hub-0.0.1.tgz into unityeditor-cloud-hub, dist and package.json from unity-editor-home-0.0.7.tgz into unity-editor-home. It's work.:)
https://forum.unity3d.com/threads/unity3d-5-3-not-working.372682/
I found packages unityeditor-cloud-hub-0.0.1.tgz and unity-editor-home-0.0.7.tgz in C:\Program Files\Unity\Editor\Data\Resources\Packages. Create folders node_modules\unityeditor-cloud-hub and node_modules\unity-editor-home in C:\Users\%user_name%\AppData\Roaming\Unity\Packages\. Extract dist and package.json from unityeditor-cloud-hub-0.0.1.tgz into unityeditor-cloud-hub, dist and package.json from unity-editor-home-0.0.7.tgz into unity-editor-home. It's work.:)