Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/Components/VRStreamer/Scripts/Streamer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void Start()

_camera.CopyFrom(Camera.main);

_header = new HeaderMsg(0, new TimeMsg(0, 0), "VR");
_header = new HeaderMsg(new TimeMsg(0, 0), "VR");

// _camera = Camera.main;
_camera.targetTexture = _renderTexture;
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ PlayerSettings:
webEnableSubmoduleStrippingCompatibility: 0
scriptingDefineSymbols:
Android: USE_INPUT_SYSTEM_POSE_CONTROL
Standalone: USE_INPUT_SYSTEM_POSE_CONTROL
Standalone: USE_INPUT_SYSTEM_POSE_CONTROL;ROS2
Windows Store Apps: USE_INPUT_SYSTEM_POSE_CONTROL
additionalCompilerArguments: {}
platformArchitecture: {}
Expand Down