wrld3d / wrld-example-app

WRLD 3D Maps example app
BSD 2-Clause "Simplified" License
115 stars 54 forks source link

Possibility to prevent generating the buildings #53

Closed domarchand closed 7 years ago

domarchand commented 7 years ago

Hello!

In order to make the game lighter on mobile and allow to place some custom objects on the map for gameplay purpose, is there a way to prevent building generations and just keep the grass, roads, water, etc. ?

I've been disabling the Building gameobject in Unity to and it would look fine, but it's not the optimal thing. Thanks for any feedback!

johnbell84 commented 7 years ago

Hello,

Thanks for trying our maps! Feedback like this is really helpful in guiding which features we should focus on next.

We don't yet have support for disabling the streaming of buildings completely. In the meantime I'd recommend disabling the root building GameObject, just as you have done.

We'll be sure to incorporate this into our prioritisation of upcoming tasks.

Best Regards,

John