How to load 3d model(.obj) in device by programmatic.
Hello there. I'm using the code loading 3d model(.obj) programmatically. The code is "new material(shader.find("specular"));". This code work well at unity3d's play function. But it doesn't work at device(android platform). I tested at Galaxy S7 EDGE, VEGA IRON. I already tested Mobile/Bumped specular instead of specular. But the result is same.. :( How can I show 3d model programmatically at device.. Please help me.. Thank you..
Comment