playMaker

Author Topic: Webplayer loading time  (Read 2093 times)

3d_Artist1987

  • Beta Group
  • Full Member
  • *
  • Posts: 157
Webplayer loading time
« 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

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Webplayer loading time
« Reply #1 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...