2D Toolkit Forum

2D Toolkit => Support => Topic started by: doodoori2 on August 05, 2016, 08:54:54 am

Title: Unity 5.4 Support?
Post by: doodoori2 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
Title: Re: Unity 5.4 Support?
Post by: unikronsoftware 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.