Edit of asset "ValidRLink" Accepted

Old/Current New/Edit
Title ValidRLink ValidRLink
Description Supports Godot 4.1+. Adds ability to validate exported values and workable non-tool buttons

If it detects any changes in inspector it will call your own method where you can check exported values or set them, you can change the method name in settings

You can also export buttons that will call your methods, similar to `@export_tool_button` only your classes doesn't need to be `@tool`

By the nature of how it works, it will only work with exported data, while inside your methods the instance doesn't have any children or parents and it's not in the tree. To work with the scene your method can accept helper class `RLink`, which provides common operations on the tree

See the link to documentation in GitHub for more info
Supports Godot 4.1+. Adds ability to validate exported values and workable non-tool buttons

If it detects any changes in inspector it will call your own method where you can check exported values or set them, you can change the method name in settings

You can also export buttons that will call your methods, similar to `@export_tool_button` only your classes doesn't need to be `@tool`

By the nature of how it works, it will only work with exported data, while inside your methods the instance doesn't have any children or parents and it's not in the tree. To work with the scene your method can accept helper class `RLink`, which provides common operations on the tree

See the link to documentation in GitHub for more info
Category Tools Tools
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/NoctemCat/ValidRLink https://github.com/NoctemCat/ValidRLink
Issues Url
Godot version Godot 4.1 Godot 4.1
Version String 0.1.0 0.1.0
Download Commit https://github.com/NoctemCat/ValidRLink/releases/download/v0.1.0/addons.zip https://github.com/NoctemCat/ValidRLink/releases/download/v0.1.0/addons.zip
Download Url (Computed) https://github.com/NoctemCat/ValidRLink/releases/download/v0.1.0/addons.zip https://github.com/NoctemCat/ValidRLink/releases/download/v0.1.0/addons.zip
Icon Url https://raw.githubusercontent.com/NoctemCat/ValidRLink/refs/heads/main/icon.svg
https://raw.githubusercontent.com/NoctemCat/ValidRLink/refs/heads/main/icon.svg