Skip to content

Commit 2c33988

Browse files
committed
Fix to add Unity.Physics for QueryParameters
1 parent 6038834 commit 2c33988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/UnitySensors/Runtime/Scripts/Sensors/LiDAR/RaycastLiDAR/IUpdateRaycastCommandsJob.cs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Unity.Collections;
55
using Unity.Jobs;
66
using Unity.Mathematics;
7+
using Unity.Physics;
78

89
namespace UnitySensors.Sensor.LiDAR
910
{

0 commit comments

Comments
 (0)