Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bdde0e2

Browse files
Close #53. Fix BindingContextProvider InvalidCastException in Unity 2023.
1 parent a1058b4 commit bdde0e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/UnityMvvmToolkit.UnityPackage/Assets/Plugins/UnityMvvmToolkit/Runtime/UITK/BindableUIElements/Uxmls/BindingContextProvider.Uxml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ partial class BindingContextProvider
1313
[System.Serializable]
1414
public new class UxmlSerializedData : BindingContextProvider<IBindingContext>.UxmlSerializedData
1515
{
16+
public override object CreateInstance() => new BindingContextProvider();
1617
}
1718
#else
1819
public new class UxmlTraits : BindingContextProvider<IBindingContext>.UxmlTraits

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /