2D Toolkit Forum

2D Toolkit => Support => Topic started by: jjv on October 04, 2017, 10:14:16 pm

Title: Warnings
Post by: jjv on October 04, 2017, 10:14:16 pm
Hi there,

I'm trying to combat with warnings in my project. Please consider fixing 2 that come from your project.

Assets/TK2DROOT/tk2d/Test.cs(29,7): warning CS0219: The variable `sprtk' is assigned but its value is never used
Assets/TK2DROOT/tk2d/Test.cs(31,10): warning CS0219: The variable `spr' is assigned but its value is never used

I can probably skip importing this class. But if you don't mind please address.
Title: Re: Warnings
Post by: unikronsoftware on October 04, 2017, 11:32:57 pm
Hi,

I am just about to release the next hotfix, but I can't seem to find that file anywhere. WHich version did you download, and where from?
Title: Re: Warnings
Post by: jjv on October 05, 2017, 03:04:38 pm
Nvm, i deleted the root folder and re-imported and it is gone. Thanks!