Saneject 0.8.0 (beta) #5
alexanderlarsen
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Saneject is now confirmed to work from 2022.3.12f LTS.
Backwards Compatibility
TextMeshProUGUI
components and references withUnityEngine.UI.Text
.GetComponentIndexCompat
with preprocessor version check, so versions older than Unity 2022 versions don't callcomponent.GetComponentIndex()
that doesn't exist.Editor
MonoBehaviourInspector
toMonoBehaviourFallbackInspector
and made it a true fallback so it only applies when no more specific custom inspector exists.SanejectInspector
public API for integrating Saneject’s injection-aware inspector features into custom editors.SanejectInspector.DrawDefault
method to restore the full Saneject inspector UI/UX in a single call from any custom inspector.CI/Testing
This discussion was created from the release Saneject 0.8.0 (beta).
Beta Was this translation helpful? Give feedback.
All reactions