[55547-снимок.jpg|55547]I download programs, and launched a black screen. I tried to reinstall. What to do?
4 Answers
4I fix the problem with the solution posted at the forum mentioned by Yword:
http://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.
"
That worked for me, thanks you! I REPLACED the existing files in node_modules\unityeditor-cloud-hub and node_modules\unity-editor-home with the ones that I extracted. (exactly the way you wrote)
– bass_vThanks, it worked with 5.4.2f1. It seems that it's an ongoing problem that isn't addressed by unity devs.
– cbethaxif (Input.GetKey(KeyCode.A)) { Move(Vector3.left); if (controller.isGrounded) GetComponent<Animation>().CrossFade ("walk"); }
– Statementon windows… in my case the problem was caused by “socket: (10107) A system call has failed” by npm. So the solution was to run this command in console: netsh winsock reset in admin mode ![]()
I am getting these two errors Assets/scripts/Orbitcontrol.cs(17,29): error CS0103: The name controller' does not exist in the current context Assets/scripts/Orbitcontrol.cs(18,33): error CS0411: The type arguments for method UnityEngine.Component.GetComponent()' cannot be inferred from the usage. Try specifying the type arguments explicitly I do have a character controller on my object
i have fixed it jus write in run %APPDATA% and delete unity also unistal it from pc and reinstall it it should works ![]()
WATCH THIS VIDEO IT works for me Unity 3d black screen fix 100% working - YouTube
If this is the very first thing you see on Unity launch for the very first time it may be related to AV and firewall. Unity first run requires internet access and if your firewall blocks this out it may not ever progress. This however, is just one idea and unfortunately there are many other reason for it to fail. You may need to hit google.
– meat5000I am facing the same problem when installing Unity 5.3 on 32-bit Windows 7, you can try the solution posted at [http://forum.unity3d.com/threads/unity3d-5-3-not-working.372682/][1] [1]: http://forum.unity3d.com/threads/unity3d-5-3-not-working.372682/
– Yword