Learning Programming with Game Objects

It started with the ability to reprogram the drones, and now we are extending the ability to “hack” into the various objects in the game and change their physics behavior using real C# code.

The laser collider door shown above allows players to enter one direction, but prevents them from going through the other direction until they “hack” the code above (to set the collider.enabled = false).
Stay tuned for various other “hacks” that use real code.
