stevefsp / critterai

Archive of CAINav Project (Inactive)
MIT License
127 stars 75 forks source link

iOS - Not working #27

Closed longde123 closed 9 years ago

longde123 commented 9 years ago

cai-nav-rcn compiles without problems.

However Unity fails to a iOS run time

worse still there isn't a helpful error message

KellanHiggins commented 9 years ago

What is the error message?

longde123 commented 9 years ago

at dt nav mesh line 783

addTile getTileAt

empty ptr

longde123 commented 9 years ago

line 794

KellanHiggins commented 9 years ago

That looks like you haven't set up a tile that is being referenced in the C++ part of the program. But it works fine on a PC build?

longde123 commented 9 years ago

it work when link it as static lib .a thank you

stevefsp commented 9 years ago

Looks like this is resolved. If not, let me know and I'll reopen.