Description
Changelog
Reviews
This plugin is a collection of utility functions designed to simplify the development of logic that needs to handle types more dynamically, create other Editor Plugins and validate Inspector fields with PackedScenes.
Key Features
- Convert between class name string to class reference and vice-versa.
- Identify object type in a unified manner.
- Compare classes with inheritance either by reference or string name.
- Differentiate between Native Classes and User Scripts.
- Identify an array of any type with a single function.
- Identify any collection (array or dictionary).
- Read and validate PackedScene data as close to the final version as possible.
Documentation
For a more detailed documentation, read the README.md or go to the source code repository.
⚠ Known Issues ⚠
The plugin will spam error messages on the first run and when the editor version changes. This is expected, as the plugin tests every native class on startup and caches the name of those that can't be accessed from GDScript, preventing those errors during runtime.
Changelog for version v1.1.0-stable
No changelog provided for this version.