Hi everyone! I’m new here and I have a question. To make my videogame, can I use 3D models made with other programs (for example 3ds Max or Google Sketchup or others)?
Or I must use Unity to make the 3D models?
Also, in this website, is there a section where I can download 3D models?
Not only can you, you pretty much have to use another program to make 3d models - Unity is not a modelling program, it’s a game engine. The only models you can create using Unity alone are 3d primitives - cubes, spheres, planes and the like.
"upload" normally means sending a file to a remote server. Unity is an application that runs on your local machine, so don't expect it to upload your files anywhere. To import a 3d model into your project, just drag it in as @DricoJD described.
Yes,but your 3d model needs to be in 3d format that is supported by unity like:obj,fbx,3ds,dae,dxf,c4d,mb,ma and other see unity manual or reference for that.
You don't upload or download models here.
– Eric5h5