I am very new with unity3d. I download unity3d in format .deb file and install it. Is it because it missed configuration or something not support? Thank
相关问题
- Unity - Get Random Color at Spawning
- Unity3D WebGL Headless not rendering
- Unity3D loading resources after build
- Load Image from Stream/StreamReader to Image OR Ra
- Unity3D - Build Failed because of “[Unity] ERROR:
相关文章
- Programmatically setting and saving the icon assoc
- Omnisharp in VS Code produces a lot of warnings ab
- Getting errors / failing tests when installing Pyt
- Call non-static methods on custom Unity Android Pl
- Python - Node.js (V8) runtime is not available on
- How can a game created in Unity can run on an Andr
- How to add Persistent Listener to Button.onClick e
- Placing an object in front of the camera
This is strange, I used unity3D on Ubuntu 14.04 and 16.04 and it worked fine, if I remember correctly not all versions are good (I mean unity versions and linux versions).
I've seen a similar problem on other apps that was solved by resizing the window (somehow that forced a redraw of the content that moving did not)
have you checked all your graphics drivers? this black screen can happen if it is not all updated, go to the terminal in Ubuntu and try this command - sudo apt-get install xserver-xorg-video-intel, Once you've done that click this link and try installing the new build of Unity if you haven't
http://beta.unity3d.com/download/f4fc8fd4067d/public_download.html
Hope this helps!