Remember to make a reference to this project if you gonna use it. Also, you can buy me a beer if you like it! You can use this asset in your project for commercial use but you cannot sell this asset.
This project was written in C# using the Unity Engine. It is a geometry importer script for unity, where the user can import geometry assets in execution time, without the needing of compile it with the project!
This project was motivated because at some time of my studies I came across the need of render some geometry on my application, but this geometry was an entry of the user and I noticed that this was a complicated task to do with the avaliable features. So I started implementing this functionality only for .obj extensions, but I want to expand this code to render the most embracing number of extensions as possible.
You only need to install the Unity Engine and open the project.
- This project was started on unity 5.4.1f1 version.