Related questions
Blender vs. Unity
I want to make a 3D game, preferably that can be played in browser. Some people say blender, some say unity. What are the pros and cons of each? Which one do you prefer? Why? Also, do you have any …
Rotate object in Unity 3D
I can use the following code to rotate object using accelerometer.
transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up);
But i would like to rotate object like for example screen is rotating - 0, 90, 180 and 360 degrees. How can I do …
Embed Unity3D app inside WPF application
I want to develop a new CAD software in WPF and instead of using WPF 3D, is it possible to use Unity3D as my graphic engine that is capable of rotate, pan, zoom and view 3D graphic objects based …