File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,18 @@ Behavior changes
190190
191191In 4.5 some behavior changes have been introduced, which might require you to adjust your project.
192192
193+ TileMapLayer
194+ ~~~~~~~~~~~~
195+
196+ :ref: `TileMapLayer.get_coords_for_body_rid() <class_TileMapLayer_method_get_coords_for_body_rid >`
197+ will return different values in 4.5 compared to 4.4,
198+ as TileMapLayer physics chunking is enabled by default. Higher values of
199+ :ref: `TileMapLayer.physics_quadrant_size <class_TileMapLayer_property_physics_quadrant_size >`
200+ will make this function less precise. To get the exact cell coordinates like in 4.4 and prior
201+ versions, you need to set
202+ :ref: `TileMapLayer.physics_quadrant_size <class_TileMapLayer_property_physics_quadrant_size >`
203+ to ``1 ``, which disables physics chunking.
204+
1932053D Model Import
194206~~~~~~~~~~~~~~~
195207
You can’t perform that action at this time.
0 commit comments