The following changes made to add a functionality and utility to display any logs once in the console to prevent overwhelming developers by repeated messages:
Implemented LogOnce() with two parameters that handles logging messages only once
Defined a hash set to track logged messages within a scene
Reset the log hash set upon loading a new scene in single mode
Used one-time logging in HMDOrientation.cs and RoomSize.cs
Description
The following changes made to add a functionality and utility to display any logs once in the console to prevent overwhelming developers by repeated messages:
LogOnce()
with two parameters that handles logging messages only onceHMDOrientation.cs
andRoomSize.cs
Height Task ID(s) (If applicable): https://c3d.height.app/T-5782
Type of change
Checklist