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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment