CareBoo / Serially

Adds a unity-supported, SerializableType class and an inspector for editing SerializeReference fields.
MIT License
40 stars 0 forks source link

Refactor TypeField #19

Closed jasonboukheir closed 4 years ago

jasonboukheir commented 4 years ago

Currently using a hack to test TypeField. Instead, I should be extracting a public method that includes all context parameters (e.g. Event.current) to make it easier to test:

public static Rect TypeField(Rect position, Type type, Type[] types, Action<Type> onSelect, IMGUIEvent imguiEvent, GUISkin skin, ...)
{
    ...
}
github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.1.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.0.0-pre.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: