x


iTween(JS version) could not be used in Unity iPhone?

I use iTween(JS version) in my Program,it's can be used in Unity iPhone,but it's wrong when I install program into iPhone.The wrong message is

2010-07-14 02:20:42.201 AcientHunter[431:207] -> registered unity classes 2010-07-14 02:20:42.341 AcientHunter[431:207] -> registered mono modules -> applicationDidFinishLaunching() Failed to load AOT module '9f07d33c48f1e46799923200ddd17215' while running in aot-only mode because a dependency cannot be found or it is out of date.

more ▼

asked Jul 14 '10 at 02:32 AM

zhengzhilin1987 gravatar image

zhengzhilin1987
3 4 4 8

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

Currently JS code can't be called from C# (other calling direction is OK), that might be cause for your problem.

more ▼

answered Jul 14 '10 at 11:05 AM

Mantas Puida gravatar image

Mantas Puida
871 1 4 10

(comments are locked)
10|3000 characters needed characters left

Thank you for your answer,As you said,the reason of my question is js code can't be called form C# in Unity iPhone.I must be try another idea.Thank you!!!!

more ▼

answered Jul 15 '10 at 05:30 AM

zhengzhilin1987 gravatar image

zhengzhilin1987
3 4 4 8

(comments are locked)
10|3000 characters needed characters left

Why not just use the C# version of iTween? That way you can just avoid this issue by using a similar language and avoid the cross-language issues.

more ▼

answered Jul 19 '10 at 05:24 AM

pixelplacement gravatar image

pixelplacement
682 8

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3721
x3320
x1999
x426

asked: Jul 14 '10 at 02:32 AM

Seen: 1901 times

Last Updated: Jul 14 '10 at 02:32 AM