What is this?

You ever in a situation where you have no idea what you're actually supposed to type into Component Selector's type inputbox? This mod allows you to get types from references and also cast them into a few common field types (helpful when you have AssetRef<>, and you want a SyncRef<IAssetProvider<>> instead)

This mod was originally developed by me, at some point art0007i contibuted field selection for components with multiple generic type parameters. At a later date, Banane9 ported the mod to MonkeyLoader and got it to support their ComponentSelectorAdditions mod, after which I asked Banane9 if they want to be a maintainer of the mod from now on, and they agreed

What it took?

The mod is transpiling its UI IL code into middle of Component Selector's UI IL code, so finding a reliable spot where to do it was somewhat complicated. I also had to learn a few things about platform's type system to get this to work