Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.0.0
1.0.13
Issue ID
BEHAVB-362
Regression
No
Creating a Blackboard Variable of an Enum byte or long cause exception
Steps to reproduce:
- Create a enum byte or long // public enum MyEnum : byte { A, B, C }
- Create and open a new Behavior Graph
- Create a new Blackboard Variable of the enum
\\
Actual results:
- exception is thrown: InvalidCastException: Specified cast is not valid.
- created variable is not visible in the blackboard view.
Expected results:
- No exception
- Created Variable visible in the blackboard view
\\
Reproducible with versions:
1.0.0 - 1.0.13
\\
Tested on (OS):
Win 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment