Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.5p1
Issue ID
959548
Regression
No
Incorrect Mathf.Lerp result when it is called during construction of a Vector3 as a delegate on Mono 3.5 backend
How to reproduce:
1. Open QA attached project
2. Deploy app to device
3. Inspect log from device
-- Notice the 'y' value of the Vector
Expected behaviour: Vector3 (-10.0f, -5.0f, 10.0f)
Actual behaviour: Vector3 (-10.0f, 0.0f, 10.0f)
Reproduced on: 5.5.5p1, 5.6.4p2, 2017.1.2p3, 2017.2.0p2, 2017.3.0b9, 2018.1.0a4
Devices under testing:
Reproduced on:
Android Mono 3.5
iPhone 5 iOS 10.1.1 Mono 3.5
Not reproduced on:
Android IL2CPP
Android Mono 4.6
iPhone 5 iOS 10.1.1 IL2CPP
Windows Editor
Windows Standalone (Mono)
WebGL
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Add comment