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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment