If you install Unity on a secondary hard drive, you may experience the problem where Unity opens to a black dialog window only, with no menus or anything. Here is the fix:
- Get code from below (or from source here)
- Modify set UNITY_PATH=C:Program FilesUnity to match your install location
- Put the text in a bat file and run it
- Unity should work now
Code copied here:
—————————————–
set UNITY_PATH=C:Program FilesUnity
set UNITY_EDITOR_PATH=%UNITY_PATH%Editor set UNITY_ROAMING=%HOMEDRIVE%%HOMEPATH%AppDataRoamingUnity rmdir /s /q “%UNITY_ROAMING_PACKAGES%” mkdir “%UNITY_ROAMING%” copy /Y “%UNITY_PACKAGES_PATH%package.json”… |
Leave a Comment
You must be logged in to post a comment.