Skip to content

Commit f03347f

Browse files
RyodoTanakaCopilot
andauthored
Update Assets/UnitySensors/Runtime/Scripts/Sensors/LiDAR/RaycastLiDAR/RaycastLiDARSensor.cs
Co-authored-by: Copilot <[email protected]>
1 parent 3f31351 commit f03347f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected override void Init()
3232
{
3333
if (scanPattern == null)
3434
{
35+
Debug.LogWarning("RaycastLiDARSensor: scanPattern is null. Initialization is delayed until scanPattern is set.");
3536
return;
3637
}
3738
Initialize();

0 commit comments

Comments
 (0)