Hello Guest

Author Topic: Just Updated to 2017  (Read 5065 times)

sebaslive

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
Just Updated to 2017
« on: August 01, 2017, 03:16:13 pm »
Hi,

I just updated to 2017 and I got 98 warnings on load. On play. On play it jumps to 194. Its not an error but it does slow down the initial startup. Any help?

Here is the warning. SendMessage cannot be called during Awake, CheckConsistency, or OnValidate

Thanks

sebaslive

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Just Updated to 2017
« Reply #1 on: August 01, 2017, 03:35:53 pm »
Here is the full warning.

On Load:
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate
UnityEngine.MeshFilter:set_sharedMesh(Mesh)
tk2dSprite:OnValidate() (at Assets/TK2DROOT/tk2d/Code/Sprites/tk2dSprite.cs:118)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

On Play:
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate
UnityEngine.MeshFilter:set_sharedMesh(Mesh)
tk2dSprite:OnValidate() (at Assets/TK2DROOT/tk2d/Code/Sprites/tk2dSprite.cs:118)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Just Updated to 2017
« Reply #2 on: August 01, 2017, 05:23:41 pm »
Have you updated to the latest tk2d in the forum?
I fixed alot of these, and another update will fix some other warnings, possibly will post that tonight.

sebaslive

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Just Updated to 2017
« Reply #3 on: August 02, 2017, 04:58:25 am »
Works great thanks!