Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: AeornFlippout on January 31, 2013, 12:24:38 PM

Title: Best practice: Unique GUI scene, or prefab?
Post by: AeornFlippout on January 31, 2013, 12:24:38 PM
Hey all, I'm getting started with NGUI, and was wondering about the best way to setup our project. I couldn't find a definitive answer in the docs or on this forum, so here goes:

We have a game with a single "main" scene.

Do people typically:

1. Setup a separate scene for NGUI objects, and load this scene additively at launch
or
2. Put the NGUI objects right in your "main" scene, perhaps spawning from a prefab?

What are the benefits of each? And for the people who use #2, what's your typical iteration workflow?

We are a team of two, so we'd also like to avoid contention for access to the main scene as well.

Thanks!
Title: Re: Best practice: Unique GUI scene, or prefab?
Post by: ArenMook on February 01, 2013, 12:58:18 AM
http://www.tasharen.com/forum/index.php?topic=2757.msg13949#msg13949
Title: Re: Best practice: Unique GUI scene, or prefab?
Post by: AeornFlippout on February 01, 2013, 08:13:18 AM
Thanks for the quick reply!
I had actually just read that thread before writing this, but with a closer look I think it did answer my question after all.