I did this first. Mine's Unityscript though. I also should finish it...I know how to do save files (and I did do actually saving them; I just didn't finish the loading scripts). https://bitbucket.org/Bcadren/ugrounds/src
Game Developer who sometimes does other stuff!
Age 38, Male
Programmer Guy
Chicago, IL
Joined on 12/20/10
I did this first. Mine's Unityscript though. I also should finish it...I know how to do save files (and I did do actually saving them; I just didn't finish the loading scripts). https://bitbucket.org/Bcadren/ugrounds/src
That is really cool!
Hi!
Do you know if this works with OpenGL Unity build?
I test it on Unity and it works but when i build it and upload to the page i cant connect to the API.
Cheers.
That's really cool u made this.. I'm obsessed w/ winning medals and really want to integrate them in the Unity game I'm working on - thx!!
I'm trying to add this to my Unity game, but the API GameObject is giving me console errors, and the three parameters that are supposed to be there aren't.
The first says "Assets/Newgrounds/Code/API.cs(525,18): error CS0246: The type or namespace name `Obsolete' could not be found. Are you missing a using directive or an assembly reference?". The second says "Assets/Newgrounds/Code/API.cs(525,18): error CS0246: The type or namespace name `ObsoleteAttribute' could not be found. Are you missing a using directive or an assembly reference?".
MSGhero
If you need help with save files and the encryption process, I did that here in haxe: https://github.com/MSGhero/NG.hx/tree/master/src
Though psychogoldfish told me they were gonna change some of that in the future.
Coolboyman
Thanks dude, I'll have a look at that later.