Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ch1ky3n on May 01, 2020, 10:06:48 AM

Title: Prefabs vs Scene
Post by: ch1ky3n on May 01, 2020, 10:06:48 AM
Somehow instantiating prefabs in an empty scene to create a level is faster than loading up a scene.

Is this normal?
Title: Re: Prefabs vs Scene
Post by: djaydino on May 01, 2020, 10:31:56 AM
hi.
i never tested that, does it also go faster in builds?
Title: Re: Prefabs vs Scene
Post by: ch1ky3n on May 01, 2020, 12:03:04 PM
Yup, I prefab all the menu, the platforms, the powerups, the hero, the enemies and it is faster in profiler, but the downside is too many positioning. It is in 2d setup, not sure about 3d.

Just wondering if this is the right practice...