- Home /
ZestKit Needs an Update
I posted this in the Prime31 forum, but was told to post it here because they don't provide support for free plugins. So, here it is, please update ZestKit.
The following function in ZestKIt.cs, line 124, generates a warning, the function is deprecated in Unity 5.4. I'm using ZestKit dated 8/9/16, which appears to be the most recent update.
void OnLevelWasLoaded( int level )
{
if( removeAllTweensOnLevelLoad )
_activeTweens.Clear();
}
Comment
Your answer
Follow this Question
Related Questions
Have Dll for build only and for editor only 2 Answers
Import Cinemachine Plugin to an offline project 0 Answers
Is Pro really required for plugins on iOS? 1 Answer
64bit Plugin DllNotFoundExeception in Editor Only 0 Answers
C++ in unity 1 Answer