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
- UI Builder background color picker alpha values are set to even numbers when saving alpha value as an odd number
- Objects are hard to read in the Hierarchy when using a high resolution display with a low display scale
- Animation triggers do not reset after playing animation
- "Invalid vertex attribute format" error message does not mention "bytes" when the data size is mismatched
- [Windows] About Unity window displays Editor version in two lines instead of one when monitor scale set to 250%
Add comment