Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone compatibility #4

Closed
miketucker opened this issue Dec 6, 2011 · 3 comments
Closed

iPhone compatibility #4

miketucker opened this issue Dec 6, 2011 · 3 comments
Assignees

Comments

@miketucker
Copy link

Has anyone successfully implemented UnitySteer into a Unity iPhone project?

During launch the project crashes due at a:
System_Runtime_Serialization_SerializationInfo_GetValue_string_System_Type

with the thread also containing a System_OutOfMemoryException__ctor_string

oddly enough it launches if the following Unity build settings are enabled:

  • Development Build
  • Script debugging

I'm assuming this is due to something going on in the c5.dll?

@ricardojmendez
Copy link
Owner

Hi Mike,

I'm curious, why do you expect it's something going on in the C5 dll?

For what it's worth:

Our own game uses UnitySteer and will be deployed on iOS as well, even if it's not running on it right now because of the aforementioned AOT compilation issues elsewhere in the game. I just have to find out exactly how far they extend, and see if it's something I can work around or if I need to rip out Linq altogether.

That means that it will be iOS compatible before the end of January, but I can't guarantee that it is 100% now.

@ghost ghost assigned ricardojmendez Dec 6, 2011
@ricardojmendez
Copy link
Owner

Hello Mike,

Ah, I'm afraid I forgot to add that: SteerForSphericalObstacleAvoidance doesn't currently exist on the development branch. What you're seeing is probably a case of git not removing the file when you pulled.

The reason is that I'm using a RVO approach, which is not public yet because I feel that it's not ready for prime time and will likely be superseded by the one Unity is publishing on 3.5, so I really haven't gone through the trouble of polishing it up for release. If you need it, master would seem to be the branch for you.

Best,

Ricardo J. Mndez
Arges Systems http://www.arges-systems.com/

On Dec 6, 2011, at 2:04 PM, Mike Tucker wrote:

Thank you Ricardo. Giving the dev branch a try. Ran into some errors with SteerForSphericalObstacleAvoidance.cs maybe it's uncommitted code. (http://cl.ly/CN1s)

Maybe there's a stable version from a while back?
Just trying to do basic prey/predator boids like from your example scenes.

thanks again,
mike


Reply to this email directly or view it on GitHub:
#4 (comment)

@miketucker
Copy link
Author

Yep, you're exactly right. sorry i deleted the post because i noticed that right after posting.

Ended up getting the Dev branch working correctly and it compiles fine! Thank you so much for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants