- Home /
Does Unity support stl files
Does Unity support stl files? I found an online model that I really want to use in my game.
Answer by Bob-The-Zealot · Mar 12, 2015 at 04:26 AM
No.
You can convert it into a .obj file using this.
Answer by elliselkins · Dec 28, 2016 at 05:27 PM
As mentioned in an answer to this question, you can convert STL files to one of the supported formats, such as an .obj file.
Ha, yup, it sure was. $$anonymous$$issed that line.
Answer by rickomax · Jun 21, 2017 at 10:37 PM
https://www.assetstore.unity3d.com/en/#!/content/91777 Please download the testing application first to check if your model can be loaded: http://ricardoreis.net/trilib/trilibtest.zip
@rickomax If I can see the object in asset Loader, does it mean I can import it to Unity?
Answer by vladimic · Apr 17, 2018 at 06:02 PM
,@rickomax, if I can see the object in the Asset Loaded, it means I can import it in Unity?
Your answer
Follow this Question
Related Questions
Tool for exporting mesh to stl/obj/fbx in runtime(android) 0 Answers
Unity 3D to STL 3 Answers
Meshfilter DAE or STL exporter 0 Answers
How to flatten 3d image STL to 2d 0 Answers
How to export or save a .stl format from unity3d web build project? 0 Answers