Hello Guest

Author Topic: Unity 5.4 Support?  (Read 7752 times)

doodoori2

  • Newbie
  • *
  • Posts: 1
    • View Profile
Unity 5.4 Support?
« on: August 05, 2016, 08:54:54 am »
Hello.
TK2D version 2.5.6 has 3 warnings with unity 5.4.0 (released 2016-07-28)

Assets/TK2DROOT/tk2d/Code/Camera/tk2dCamera.cs(657,113): warning CS0618: `UnityEngine.RuntimePlatform.WindowsWebPlayer' is obsolete: `WebPlayer export is no longer supported in Unity 5.4+.'
Assets/TK2DROOT/tk2d/Editor/tk2dUpdateWindow.cs(41,78): warning CS0618: `UnityEditor.BuildTarget.WebPlayer' is obsolete: `WebPlayer has been removed in 5.4'
Assets/TK2DROOT/tk2d/Editor/tk2dUpdateWindow.cs(42,82): warning CS0618: `UnityEditor.BuildTarget.WebPlayerStreamed' is obsolete: `WebPlayerStreamed has been removed in 5.4'

When is the next release of tk2d?
Thanks

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Unity 5.4 Support?
« Reply #1 on: August 20, 2016, 11:38:05 am »
Hi,

Those warnings are simply webplayer references - we'll remove them for the next release but it doesn't affect the package in any way.