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
- VFX appears white and lacks color in Preview window when created and observed in HDRP project
- “There is no data available for the selected frame.” appears in the Timeline section after closing Target Frame Time dropdown
- Unity Version Control window opens when right-clicking the icon on the main toolbar
- [Android] Native Crash on TilemapRendererJobs
- Character text is not bold in the title of GameObjects in the Inspector when naming using specific language characters
Add comment