Search Issue Tracker
Fixed in 1.0.12-preview.1
Votes
0
Found in [Package]
1.0.12-preview
Issue ID
1060558
Regression
No
SpriteShape Package 1.0.12-preview doesn't update Point Positions visually at runtime for Builds
A User has a script that updates the position of the points of a SpriteShapeController's Spline at runtime. In the Editor, when pressing Play, everything updates accordingly and the Mesh matches the positions. However, when building to Windows, OSX, iOS, Android or WebGL executable, the Mesh does not update after the first frame
To reproduce:
1. Download attached project "soft-shape.zip" and open in Unity
2. Open "Main" scene
3. Enter Play mode
4. Observe that the blue Sprite Shape Mesh deforms to match the positions of the Children with Rigidbody2D components
5. Exit Play mode
6. Build and Run to any platform
7. Run built project
Expected results: You will see hat the blue Sprite Shape Mesh deforms to match the positions of the Children with Rigidbody2D components
Actual results: You will see a static version of the Mesh, but the Rigidbody2Ds will still be moving around as normal, though you won't easily be able to see that in a build without some debug drawing
Notes:
- This issue reproduces on both Windows and OSX Standalone
- This issue reproduces on WebGL, Android, and iOS platforms
- There are no errors or crashes logged out
Reproduced on Unity 2018.1.9f1, 2018.2.0f2 and 2018.3.0a5
Could not reproduce on Unity 2017.1, 2017.2, 2017.3 and 2017.4 because the project becomes corrupted
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment