Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 3d_Artist1987 on March 08, 2013, 10:33:17 PM

Title: Webplayer loading time
Post by: 3d_Artist1987 on March 08, 2013, 10:33:17 PM
Hi,

i have made projects with playmaker very well,but my issue is when i make webplayer,and my loading time much more,i learn texture and model side,some one say try asset bundle,how to this possible with playmaker? please help me about webplayer loading time.

Thank you in advanced

Dev
Title: Re: Webplayer loading time
Post by: Alex Chouls on March 11, 2013, 12:36:55 AM
Are you using 1.5.4?

You could try splitting up the load time into separate scenes. E.g., load to a main menu, load first area, additively load next area etc.

You should be able to use asset bundles with Playmaker, you just have to be careful with global variables. Global variables are a contained in a single resource file so all Globals should be present in that asset from the start.

However, I don't have a lot of personal experience using asset bundles, but maybe someone can chime in with their experiences...