johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

nativeiTween error upon package import #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I just purchased nativeiTween, and when I import the package I get an immediate 
error that says this:

iTweenExtensions.cs(323,24):error CS0117: iTween does not contain a definition 
for 'Init'

At that location in the file, these are lines 322 through 324:
322> public static void Init(this GameObject go) {
323> iTween.Init(go);
324> }

On line 323 I renamed Init to Instantiate (IntelliSense inside MonoDevelop gave 
the option) and it seems to work, but I also may not have done enough to prove 
it's fixed.

Is this bug known?

Original issue reported on code.google.com by lpark2...@charter.net on 29 Oct 2011 at 1:00