Easy Toolset
Easy Extender
$20.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/15(2022) |
20.0 |
12/15(2022) |
14.0 |
12/29(2022) |
20.0 |
11/15(2024) |
20.0 |
Jump AssetStore
Set of tools and helpers that make scripting much easier.Easy InspectorCreate Editor for MonoBehaviour or ScriptableObject within same script without writing external Editor class or falling into the attributes hell.Inspect/EditIn addition to SerializedFields you can also inspect and edit* following members:Private, Protected, NonSerialzied, Readonly, Constant FieldsPropertiesGetter methods - Methods those have no parameter and have return type other than void (e.g. ToString, GetHashCode)Nested members (e.g. transform.localPosition)It allow you to easily group them in Horizontal, Vertical, Box and Foldout groups.You can also Show/Hide or Enable/Disable controllers indivitually or all at once.Adding Buttons to calling local methods.Editor now is interface based and you no longer need placeholder dll.With AudioPlayer play sound effects within any scene.With GameEvents easily call listeners from multiple scenes.With Math method shortcuts do the math.with Random generator, make random values.With Converter converts type in easy way.No config or setup is neededDocumentedSuper lightweightEasy to learn and use (only few minutes)InspectorCreate custom editor within few seconds.AudioPlayerEasy way to playing sound effects in 2D space.GameEventsA powerful still simple to use event system for entire game lifespan. it also supports emission in aditive scenes as well as DontDestroyOnLoad scene.RandomSet of common random value generator and utilities shortcuts.MathSet of common mathematics functions as an easy access shortcuts.TimersEasy way of invoking a methods after a period of time[s].