The usage is simple enough that you can understand it just by watching the posted video.
All features can also be controlled via external triggers, including things like the video URL.
Videos must be loaded from a local file path or a direct web URL.
Packaged VAR video paths are not supported due to Unity VideoPlayer and VaM path restrictions.
If you plan to distribute a scene that uses this plugin, please provide the video files separately and guide users to place them in the correct path.
The path shown in the scene is only an example (e.g., Custom/Video/) and may vary depending on how the scene was set up. Users must place the video files according to the path specified in the scene.
If the required folder does not exist, it should be created manually.
Once the video files are placed in the correct location, the scene will play them locally as intended.
The supported video formats are limited to MP4 and WEBM.
I’ve completed VR testing, and it works well.
The video-related logic was implemented with reference to the RenderVideo by creator ‘VamilaCode.’
RenderVideo - Plugins + Scripts -
RenderVideo This simple plugin allows you to play your local videos on VaM devices. No need to turn on the web browser. Supported Atoms CyberpunkLaptop CyberpunkComputer CyberpunkControlScreen CyberpunkTablet AptSmartTV DreamHomeTV Image...
The code related to splitting features into group tabs was referenced from moyashi post-processing plugin.
Plugins + Scripts - Post Processing
moyashi submitted a new resource: Post Processing - Configurable post processing scene plugin Consider this a beta/early version, there may be bugs, but it's been stable enough for me that I think it's okay to release. I'm actively working on adding more features and fixing issues, but let me...