- Home /
Referencing Objects in Unity
Hi im new to Unity so im wondering if i have a level built in maya but all it's objects ie. trees/rocks/houses etc... are all referenced into the scene in maya is it possible to load the level into the Unity engine and then reference the same objects into the level Unity. Thanks k
Answer by Meltdown · Feb 24, 2011 at 11:01 AM
Yes, once you import your Maya Binary (.mb) file into Unity, you will see all the meshes available in Unity in the Asset pane. And via scripting you will be able to access individual meshes in your level.
Your answer
Follow this Question
Related Questions
Object Reference not set to an Instance 2 Answers
NullReferenceException:"Object reference not set to an instance object" 1 Answer
Script decides not to run anymore 1 Answer
Object reference not set to an instance of an object 0 Answers
i don't understand "NullReferenceException: Object reference not set to an instance of an objec" 0 Answers