Developer Console Add-on
The Developer Console Add-on is a powerful and easy to integrate in-game console add-on for your project. Using over 20 bui ...
by Injaia
★★★★ star rating
Price History +
The Developer Console Add-on is a powerful and easy to integrate in-game console add-on for your project. Using over 20 built in commands you can interact with objects in the game world, switch scenes or change elements of those scenes.
If the built-in commands don't cover all your needs then that's okay. It's easy to add new commands. The Developer Console Add-on includes help on creating your own commands. You also have access to the full source code for the built-in commands!
Key Features
▶︎ Smart autocompletion that knows what scenes are loaded, what components exist and what objects are in the scene
▶︎ Easy integration into existing or new projects
▶︎ Easy to add new commands
▶︎ Integrated help for all commands
▶︎ Full source code included
▶︎ Guided tutorials for the built in commands
▶︎ Over 20 built in commands allowing you to:
â–· Manipulate the positiong, rotation and scale of game objects
â–· Load and unload scenes
â–· Add, remove and toggle components on game objects
â–· Spawn objects based on prefabs
â–· Set, get and remove player preferences
â–· Set or get public variables or properties on components (not all variable types are supported)
â–· Set or get public static variables or properties on classes (not all variable types are supported)
â–· Execute public functions on components (only parameterless functions)
â–· Execute public static functions on classes (only parameterless functions)
â–· Take screenshots