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
- Missing space in Cache Server documentation link tooltip in Project Settings
- Android soft keyboard's arrows and select tools do not have visual feedback when Hide Mobile Input is enabled
- No padding in the UI Toolkit Project Settings
- Unity Perforce: Connection is extremely slow or times out when "Scan Local Packages on Connect" is enabled in Version Control while the project has many local packages
- Not compatible Style Sheets can be selected in the TSS files under "Style Sheets"
Add comment