Search Issue Tracker
Fixed in built-in
Fixed in 1.0.0-preview.19
Votes
0
Found in [Package]
1.0.0-preview.14
Issue ID
1303154
Regression
No
BindProperty on SerializedProperty of type "ulong" does not bind to INotifyValueChanged<long>
How to reproduce:
1. Open the user's attached project (link in the Edit)
2. Create a new empty GameObject in the Hierarchy and select it
3. In the Inspector select Add Component>Scripts>Bug>Inspector Test Component
4. In the Inspector Test Component set the two properties to any value
5. In the Hierarchy select any other object, for example, Main Camera
6. Select back the GameObject
7. Notice "uint64_property" is 0 instead of the value you put in
Expected results: UInt64 also works with INotifyValueChanged<long> like UInt32 does with INotifyValueChanged<int>
Actual results: UInt64 does not bind to INotifyValueChanged<long>
Reproducible with: UI Toolkit 1.0.0 (2019.4.20f1), 1.0.0-preview.14(2020.2.6f1, 2021.1.0b7)
Could not test with: UI Toolkit 1.0.0 (2018.4.32f1), 1.0.0-preview.14 (2021.2.0a6) (errors downgradin/upgrading)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- AssetReferenceAtlasedSprite creates a copy of the Sprite during Addressables.LoadAssetAsync<TObject> which does not release when Addressables.Release is used
- Crash on TryToRegisterMonoScriptToHashMap when importing a specific .unitypackage
- Transparent GameObjects are not visible behind other transparent GameObjects when "Receive SSR Transparent" material property is enabled
- Shader is missing when "Strict shader variant matching" is enabled in the Player settings
- [Android][UaaL] Custom Frame Layout causes Unity to render over native Android UI when the App is backgrounded and foregrounded
Resolution Note (fix version built-in):
Fixed in built-in package version which is available in 2021.2.0b16 and up
Resolution Note (fix version 1.0.0-preview.19):
Fixed in built-in package version which is available in 2021.2.0b16 and up