Search Issue Tracker
In Progress
In Progress in 1.0.X
Votes
0
Found in [Package]
1.0.13
Issue ID
BEHAVB-390
Regression
Yes
Console warnings “[Worker0] The type Unity.Behavior.Authoring Unity.Behavior.StartNodeModel” thrown when creating Behavior Graph
Steps to reproduce:
1. Create new Unity project
2. Open Package Manager window
3. Install Behaviour package (com.unity.behavior)
4. In Project window create Behaviour Graph (Create > Behaviour > Behavior Graph)
5. Observe the Console window
Actual results: Warnings are thrown in the Console after creating Behavior Graph
Expected results: No warnings thrown in the Console after creating Behavior Graph
Reproducible with versions: 1.0.13 (6000.4.0a1, 6000.4.0a4)
Not reproducible with versions: 1.0.13 (6000.3.0a6)
Tested on (OS): macOS Silicon Tahoe 26.0 (M1)
Warnings:
- The type Unity.Behavior.Authoring Unity.Behavior.StartNodeModel is being serialized by [SerializeReference], but its parent type Unity.Behavior.GraphFramework Unity.Behavior.GraphFramework.BaseModel is missing the [Serializable] attribute. To suppress this warning add [Serializable] to Unity.Behavior.GraphFramework Unity.Behavior.GraphFramework.BaseModel or use [MakeSerializable].
- [Worker0] The type Unity.Behavior.Authoring Unity.Behavior.StartNodeModel is being serialized by [SerializeReference], but its parent type Unity.Behavior.GraphFramework Unity.Behavior.GraphFramework.BaseModel is missing the [Serializable] attribute. To suppress this warning add [Serializable] to Unity.Behavior.GraphFramework Unity.Behavior.GraphFramework.BaseModel or use [MakeSerializable].
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