Reputation: 43
I am trying to install unity 3d (5.4.2) software (64 bit version). everything is downloaded and installed as per the instructions, but it does not open. It just shows a blank screen. Please check out the screen shot attached below.
I don't know if this is relevant here but my laptop specifications are- win 10- 64 bit, 2GB AMD graphics, 8GB RAM, 1TB HDD. I think it should work on this laptop!!
Upvotes: 0
Views: 366
Reputation: 103
https://forum.unity3d.com/threads/unity3d-5-3-not-working.372682/
Sovlution:
Upvotes: 1
Reputation: 1873
This could be from a bug in 5.4.2f1 installer:
An issue was discovered with performing a clean install of Unity 5.4.2f1 onto a Windows PC; if installed into a path containing spaces, Unity would fail to launch the Home window correctly
https://forum.unity3d.com/threads/unity-patch-releases.246198/page-3#post-2823574
Upvotes: 0
Reputation: 43
i found the answer on the unity forum link that you provided and now it works
this what to do 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.
thank you
Upvotes: 1