This repository has been archived by the owner. It is now read-only.
typescript: Generate a live-updated typed asset tree #35
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will make renaming and reparenting assets much less risky since errors will automatically be reported in the editor if an asset no longer exists. Also, the returned asset will have the correct type right away (no need for
Sup.get("Some Asset", Sup.SomeAssetType)
).Something like that:
The text was updated successfully, but these errors were encountered: