OBS scene collection file import problem

kaiS

New Member
Regarding the OBS scene collection file import problem, when importing OBS scene file, I found that the XboxPS5Switch.json file imported to OBS will be identified as Xbox/PS5/Switch, and the code is also Xbox/PS5/Switch. Why does this phenomenon occur?
 

Suslik V

Active Member
Name of the Scene Collection written inside the .json file - OBS reads it.

File naming (the "XboxPS5Switch.json") has limitations from OS and filesystem - some symbols/characters cannot be part of the file name (like / - "slash" or \ "back slash"), so filename is plain, all not allowed symbols were omitted.
 

kaiS

New Member
Name of the Scene Collection written inside the .json file - OBS reads it.

File naming (the "XboxPS5Switch.json") has limitations from OS and filesystem - some symbols/characters cannot be part of the file name (like / - "slash" or \ "back slash"), so filename is plain, all not allowed symbols were omitted.
thank you
 
Top