CommandLine
JumpSquareGames
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/12(2022) |
0.0 |
11/15(2024) |
0.0 |
Jump AssetStore
The commandline enables developers to easily create or convert existing methods into a commandline argument making the tool very useful for debugging or creating an admin command system.If you are developing a game or application in Unity, this asset can provide you with a powerful and easy-to-use command line interface. It allows you to create commands that can be executed from the command line, providing users with a more direct and flexible way to interact with your game or application. This can be useful for testing, debugging, or for providing advanced users with access to additional functionality. The code is easy to use and well-documented, so you can quickly add command line support to your project without having to spend a lot of time learning how it works.The supported parameter types used by the command line are:int, floats and doublestringVector2 and Vector3QuaternionsLists and arrays of all the types aboveThe command line also provides a random value funtionality.How to open the default commandline in playmodeAfter adding the commandline prefab to the scene you will be able to open or close it by pressing the TAB button.The package includes:Three scripts.Default CommandLine prefab.Text Prefab (Meant for the Default CommandLine).Demo Scene containing the Default CommandLine.Support for custom command lines.Offline documentations on how to use the command line tool.Wonder how it works? Have a look at our documentations: https://www.jumpsquaregames.com/post/how-to-use-the-commandline-toolCustom AttributeCommand LineConvert Methods to command line argumentsDebug ToolAdmin ToolEasy to use