Braze Visual Commands
Braze Games
$13.99
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/30(2021) |
13.99 |
05/19(2021) |
10.49 |
05/27(2021) |
13.99 |
11/20(2024) |
13.99 |
Jump AssetStore
Are you looking for an easy way to add cheats or commands to your game?Do you get annoyed with having to type commands into a console?
Braze Visual Commands is here for you!OverviewBraze Visual Commands is a tool which allows you to simply and easily expose functions within your application which can then be executed at a press of a button (or a touch of a finger). These functions don't have to be static, the system will automatically search for and execute any instance of the function that has been created.Braze Visual Commands has been built from the ground up to support both Mobile and PC. It has a wide range of customisation options to give you full control of how you intergrate it into your application.CustomisationOver 120 different settings to tweak, defaults have been setup so you don't have to change anything if you don't want toOptions to change anchoring and positioning of the Visual Command window on PC, Mobile Landscape, and Mobile Portrait independentlyChoose between two sizes of UI elements and even modify those sizes if you so chooseCustomise all accent colors, even specify a color per parameter typeTweak the default minimum and maximum values for parametersChange all keyboard keys used for secondary input to suit your needsUsageInstall the pluginAdd the SC_VC_Controller script to a GameObject in your sceneFind a function you want to make into a Visual CommandAdd "Using BrazeVisualCommands;" to the top of your C# fileAdd [VisualCommand()] above your functionRun your game and see your function in the Visual Command windowFor more usage information check out the user guide.FeedbackWe are more than happy to get feedback and improvment suggestions for Braze Visual Commands. Please contact us through our email or through social media.Social LinksTwitterYouTubeFeaturesSupport for static and non-static functionsFull visual control of your commandsCategory driven tree hierarchy means easy organization of your commandsFull customisation of size and position of both the Visual Command window, and the Visual Command open buttonOver 120 different customisation options to tweak, displayed within project settingsSupport for a 18 different parameter types to display within the Visual Command windowDefault values for parameters supportedSpecify custom ranges for parameters with the corresponding [VCRange(min, mix)] parameter attributeAutomatically disables itself on release builds (settings also exposed)Secondary keyboard input support to execute commandsAbility to scale the UI to your liking with a exposed settingsCross platform support (Windows, Android, IOS)For more information check out the user guide.NotesBraze Visual Commands uses the Unity UI system