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

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.