Search Unity

WebGl error

Discussion in 'Web' started by aa275189993, Feb 28, 2017.

  1. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    There is an error
    Loading more flie in Wegl
    Loaded into the half.

    QQ图片20170228104528.png QQ图片20170228104551.png QQ图片20170228104357.png
    I have tired of this problem
    Hope to receive the official help!
     
  2. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    what version of Unity? Is there anything in the browser log?

    could you re-try with a Development build?
     
  3. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    i use unity3d 5.4.0.
    Too much is not loaded?
    i want to konw how much bytes is allow loaded at webgl platform?

    I bulid with Development,but no develoment log,only this pop-up box.

    QQ图片20170301110455.png


    the browser log as follow
    consol.png
     
  4. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    the download resourece as follow.
    load1.png
     
  5. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    The log suggests ParticleSystemRenderer class is not included in your build. Perhaps your particle systems are only in asset bundles.

    See "Issues with code stripping" in the manual for more info.
     
  6. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    no ParticleSystemRenderer in my project. but included SuperSplinesPro plugin .
     
  7. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    thanks for your help .
    I can solve the problem of loading,but I met a new problem of error.
    i want to know how can Accurate positioning the problem by browser log as follow.
    wt1.png
    wt2.png
     
  8. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    Do you have scripts in asset bundles? If so, that might be the problem.
     
  9. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
    thanks for your help .
    i want to know how can Accurate positioning the problem by browser log as follow.
    mbccc.png
     
  10. aa275189993

    aa275189993

    Joined:
    Feb 28, 2017
    Posts:
    8
  11. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    Usually, a NullReferenceException can also be reproduced in Play Mode in the editor or on another platform. Have you tried?