Search Issue Tracker
Fixed in 5.4.0
Votes
2
Found in
5.3.0b6
Issue ID
743626
Regression
No
[ClothAPI] Missing or invalid properties when accessing them through script
Steps to reproduce:
1. Create new project and script
useTethers: FIXED
2. Try to access useTethers property through script
3. Notice that there is none
useContinuousCollision: FIXED
4. Try to access useContinuousCollision property through script
5. Notice that it's type of float although bool is expected
useVirtualParticles: WON'T FIX
6. Try to access useVirtualParticles property through script
7. Notice that it's type of float although bool is expected
Workaround: useVirtualParticles = 0f disabled this option; userVirtualParticles = 1f - enabled it.
solverFrequency : FIXED
8. Try to access solverFrequency property through script
9. Notice that it's type of bool although float is expected
Note: These properties in documentation are also invalid
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
CaptainMurphy
Jan 05, 2016 03:37
Also in v5.2.3