• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

command line arguments

  1. P

    Arguments aren't shown in the Constructor Function

    I don't know if it should be this way, but if it does than it's just really bad and disgusting. I've tried to develop attacks for AI mobs in my game using new Structs, and this is the code I've ended up with(please let me know if there are any other problems except for the one I will explain...
  2. C

    How to add arguments to command line for iOS builds with GMS?

    I'm trying to run my iOS build with the following command line argument in Xcode : -FIRDebugEnabled. Every time I build with GMS, I must do the following in Xcode: In Xcode, select Product > Scheme > Edit scheme... Select Run from the left menu. Select the Arguments tab. In the Arguments...
Top