Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.2.0a2
2018.3.0a1
2018.3.0b10
2019.1.0a1
Issue ID
1100384
Regression
Yes
CS1061 error when project contains '2D Common' package
How to reproduce:
1. Open the attached project (that contains '2D Common' package)
2. Observe the Console window
Expected result: There are no Console errors caused by '2D Common' package.
Actual result: There is a compile error message "CS1061: 'SpriteRenderer' does not contain a definition for 'SetDeformableBuffer' <...>" that prevents from entering Play mode.
Reproducible with - 2018.2.0a2, 2018.2.16f1, 2018.3.0a1, 2018.3.0b10, 2019.1.0a1, 2019.1.0a8
Not reproducible with - 2018.2.0a1, 2019.1.0a9
Error thrown:
Packages\com.unity.2d.common\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?)
Fixed in 2019.1.0a9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment