Search Issue Tracker
Fixed in 5.0.1
Votes
6
Found in
5.0.0f3
Issue ID
675843
Regression
Yes
[Raycast] When terrain is changed but not saved, RaycastHit.point returns incorrect value
Steps to reproduce this issue:
1. Open 'TerrainRaycastBug' project
2. Open 'TerrainRaycastBug' scene
3. Switch to scene view
4. The redline indicates raycast, green sphere indicates a hit point with terrain
5. Change the shape of a terrain in the place where the hit point appears
6. Notice green sphere(hit point) does not follow with the changing shape
7. Save the scene
8. Everything fixes up
Regression since 5.0.0f3
How to reproduce: http://youtu.be/DpvH_nYeu6A
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Nesvi
Mar 25, 2015 18:20
Same problem here.
maikkel
Mar 17, 2015 01:32
Yes, the terrain collider seems to be flipped diagonally when the terrain is edited during runtime (or the terrain tools in the editor)
This is quite a severe bug, I'll have to go back to version 4 until this is fixed, because dynamic terrain deformation is a major feature in my current project.
ArminHarbick
Mar 08, 2015 05:07
It looks like editing the terrain on the X axis changes the terrain collider on the Z axis, and vice versa.
ArminHarbick
Mar 08, 2015 03:15
I've got about the same problem.
I've noticed that when I create a hill, the collider for that hill is somewhere else on the terrain. Approximately mirrored across an axis, but not exactly.
Enzx
Mar 04, 2015 14:21
I have same problem,
terrainData.SetHeights and terrainData.GetHeigts are working like version 4 but terrian collider doesn't update after Setting height in runtime.
Also, Terrain.CreateTerrainGameObject() doesn't seem to create new collider from terrainData.