purple-movies

Results 7 comments of purple-movies

I'm working on a port from Java to C#. Took about 2 days to fix compiler errors and get something working. But I wanna do a lot of clean-up ...

Hi itsallgoodgames, I've got a C# version storing locations with location-hashs, and I seem to be able to query by location. I changed how it's stored a bit. I think...

Hi again, "`I'm not sure what you mean by other platforms compatibility, are you saying its working in Unity but not for example ios,android?`" Yeah - I changed some stuff...

Hi, Yeah - it wasn't terribly complicated. Java and C# are pretty similar. Mostly it was a lot of time making changes for syntax differences, and things that work differently...

Hi @itsallgoodgames & @cameronhorst I've been working hard to make the port as good as I can before releasing on the Asset Store. Also I spent some talking to the...

@itsallgoodgames & @cameronhorst - we've been accept on the Asset Store - only took a bit over a month :D https://www.assetstore.unity3d.com/#!/content/106839 Please check out our quick-start guide to get an...

Hi @jchapuy, The ported C# code should be usable in other C# projects with a couple tweaks(I think I used some exception class from the UnityEngine namespace while porting, so...