- Home /
How do I create a specific object in Unity? I need a planet with huge mountains and oceans.
I have seen the planet in "Mario Planet" and saw different threads on it, but did not find how to actually build the planet. My planet is mostly a sphere also, but some zones will be "sunken" for oceans and other "high-up" for mountains.
This thread: http://forum.unity3d.com/threads/8873-Faux-Gravity-making-my-brain-spin-Help! has an object similar to what I want. Here is the direct link to the image: http://forum.unity3d.com/attachment.php?attachmentid=2385&stc=1&d=1202843323
If Unity does not support creating such objects, could it possible for you to guide towards some tool to create them with, and then import/load in Unity? And it would be great if they were free :) even if the free version implies more work.
Thank you!
Answer by aldonaletto · Jun 02, 2013 at 04:21 PM
This kind of object can't be created in Unity - you should create it in a 3D editor like Blender (it's free!). Download and install Blender, then google for tutorials.
Your answer
Follow this Question
Related Questions
'Pre-create object VS Create when needed' Performance difference 1 Answer
Resizing one mesh to fit another mesh. 0 Answers
UV-ing a sphere procedurally 1 Answer
Is it possible for transparent spheres to look like they're intersecting? 1 Answer
Mesh and material disappear after CreatePrefab() in C# 1 Answer