Attribute Console
Lachee
$5.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
5.0 |
11/07(2024) |
5.0 |
Jump AssetStore
Attribute Console is a C# console that adds a in game console for debuging purposes.
• Works With Attributes so you don't have to make annoying registration calls or follow strict formats
• Supports GameObjects! The console is able parse InstanceID's into GameObjects!
• Parameter Independant! You don't need specific parameters to make it work! The console will automaticly convert the string command intro the correct types!
• Seperate GUI allows you to create/customise the interface easier!
• Works with Statics! You can add statics and non-statics, privates and public methods to the console!
• Built in Help so your users are never lost
• Supported Parameter Types:
- String
- Boolean
- Integer
- Float
- Double
- Byte
- Long
- Vector2
- Vector3
- GameObject
Please note that this is a C# only console. Its been untested on Unity JScript and non-windows platforms.