Search Issue Tracker
Fixed in 3.0.2
Votes
0
Found in [Package]
3.0.0
Issue ID
1168918
Regression
Yes
2D Animation package version 3.0.0 yields installation errors
When installing 2D Animation package version 3.0.0, the Editor yields these Errors:
Library/PackageCache/com.unity.2d.common@2.0.0/Runtime/InternalBridge/InternalEngineBridge.cs(10,28): error CS1061: 'SpriteRenderer' does not contain a definition for 'SetLocalAABB' and no accessible extension method 'SetLocalAABB' accepting a first argument of type 'SpriteRenderer' could be found (are you missing a using directive or an assembly reference?)
and
Library/PackageCache/com.unity.2d.common@2.0.0/Runtime/InternalBridge/InternalEngineBridge.cs(15,28): error CS1061: 'SpriteRenderer' does not contain a definition for 'SetDeformableBuffer' and no accessible extension method 'SetDeformableBuffer' accepting a first argument of type 'SpriteRenderer' could be found (are you missing a using directive or an assembly reference?)
These errors keep the project from entering play mode and makes the package unusable.
To reproduce
- start a new project
- install 2D Animation version 3.0.0
Reproducible in 2019.3
Package not visible for 2019.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Add comment