Spin offset area added

This commit is contained in:
DjordjeIlic 2026-05-30 00:02:57 +02:00
parent ba4daf8346
commit a15d714566
9 changed files with 42 additions and 4 deletions

View file

@ -5,3 +5,9 @@ CommonButtonAcceptKeyHandling=TriggerClick
[/Script/EngineSettings.GeneralProjectSettings] [/Script/EngineSettings.GeneralProjectSettings]
ProjectID=FF51FF9E47059C478A46B88BD6125B41 ProjectID=FF51FF9E47059C478A46B88BD6125B41
[/Script/PixelStreaming2Settings.PixelStreaming2PluginSettings]
EditorUseRemoteSignallingServer=True
ConnectionURL="ws://10.10.100.204:8888"
LogStats=True

BIN
Content/Blueprints/BP_WhiteTravel.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Levels/MainLevel.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/Materials/MP_NDI_FEED.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Materials/MP_NDI_FEED_Video.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Materials/M_ConeArea.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Materials/M_NDIStream.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Materials/NewNDIMediaSource.uasset (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -10,6 +10,23 @@
"TargetAllowList": [ "TargetAllowList": [
"Editor" "Editor"
] ]
},
{
"Name": "PixelStreaming2",
"Enabled": true
},
{
"Name": "NDIMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "BasemashVoiceCommander",
"Enabled": true
} }
] ]
} }