Much improved generic typing support - 1.0.7
This release includes support for Resonite's new, more intuitive generic typing! You can now pick generic types right from the search bar far more easily.
- Support Resonite's new generic type string recognition
- E.g. You can now type "valuef<float>" instead of "valuef`1[System.Single]" to get a
ValueField<float>
component
- E.g. You can now type "valuef<float>" instead of "valuef`1[System.Single]" to get a
Enjoy!