Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in
5.0.0b20
Issue ID
664950
Regression
No
There is no note that int's in Lightmapping.GetTerrainGIChunks are ref's
The scripting reference lists Lightmapping.GetTerrainGIChunks(Terrain terrain, int x, int y) when it actually should say Lightmapping.GetTerrainGIChunks(Terrain terrain, ref int x, ref int y). The IDE has it correctly.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
- [Android] [iOS] Application silently crashes when creating and setting up Textures2D in large amounts
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
Add comment