I am working on a project where users can watch 360 videos on the Oculus GO, the problem is the file is too big since the videos are higher quality. The best solution I found is Asset Bundles or Addressable Assets. I got the addressable assets to load and play but the problem is I have more than more so I would need to build a video manager or something so I can make each button play its own video. Does anyone know how to do this?
How to build video manager with Unity Addressable Assets?
495 views Asked by luiginicastro At
1
There are 1 answers
Related Questions in UNITY-GAME-ENGINE
- How to use invokerepeating and make ui text fade in/out over time?
- Player input not working properly in unity
- Get block in Mesh Unity
- Does Unity render invisible material?
- Physics.OverlapSphere couldn't detect my ‘Player’
- Cannot sync non-player objects in Unity mirror
- How to script a simple collision using hands in OVRCameraRigInteraction?
- Drawing on 3D object at Unity
- How to Override Spline Rotation for Player-Controlled Car in Racing Game?
- Why doesn't my enemy shield take damage first. Instead both enemy and shield are being destroyed together
- unity + Vuforia balck screen in android AR app
- how do I change an objects tag when the game closes
- How to remove white space in a user's input through an input field in Unity?
- Timeline doesn't start eventhough it recognises the trigger input
- Ragdoll 2D Aiming
Related Questions in ASSETBUNDLE
- Unity - Although there is no problem with APK Build, ABB build crashes
- Unity - send object / return assetbundle
- Unity render a sprite from an asset bundle to an item list
- Unity PAD system only adds to .abb size
- Downloaded asset bundle prefabs script icons missing in inspector
- Can Unity Addressables include both assets and scenes, unlike Asset Bundles?
- Get download state for FastFollow pack in Unity using Play Asset Delivery
- How can i image in flutter?
- CRC Mismatch - Unity
- 3DModel loaded from an Asset bundle does not show up in scene on Android, but works in Unity Editor
- In Unity Android Development, in situation that updating App, but no changes in Bundle
- Warnings and errors objects when loading a Scene from an AssetBundle (Unity 2021.3)
- How do I access On Demand Resources on Unity application for IOS?
- PlayableAsset from AssetBundle is null on Oculus Quest 1
- Is there a way or an alternative to make asset bundles in a built project
Related Questions in 360-VIRTUAL-REALITY
- How to use rvt file in HTML page to preview 360 virtual tour?
- How to make an A-Frame 360 3D Gallery for VR?
- How to rotate/move 360 spherical video in ExoPlayer in Android TV by using D-pad
- google cardboard in unity 2019.4
- Modify class SphericalGLSurfaceview
- 360 video not playing on aframe
- Build an Stereoscopic player in Android with Exoplayer
- Is there any way to create 360 Video or 360 Image Player using Cardbord sdk?
- How to create 360 degree view panorama from multiple images using javascript and display it on the website for the user
- Alternative for VrPanoramaView since it is deprecated
- Unity VR game being blurry/shaky on Oculus Rift
- How to develop free viewpoint video from 5 azure kinect and play on Meta Quest 2
- Playing 360 degree split screen videos with ExoPlayer
- 360 video embed on iOS
- Why is A-Frame WebVR not working the same on mobile as desktop?
Related Questions in OCULUSGO
- Proxy or transform a Google Cast to a DLNA (DMS) to view on Oculus Go or other devices?
- How to trigger youtube vr from oculus's browser?
- I want to automatically launch installed applications when my Oculus Go/Quest/Quest 2 machine is turned on
- How to work with build.gradle file in Android Studio
- UnityWebRequest doesn't work in Oculus Go
- Sending basic commands to the Oculus Go running a unity app
- WebXR: how to migrate from Oculus Go to Quest?
- How to trigger Oculus dash from unity script?
- How to build video manager with Unity Addressable Assets?
- Build and Load AssetBundles with Unity for videos?
- Add read permission for USB storage Oculus GO Unity C#
- Saving a txt file to the Oculus Go Internal Storage
- Oculus Go & Unity: Microphone Real-time Playback
- Can't get 360 mp4 video to play in VR (Oculus GO) in Unity
- How to switch scenes using the OVR Utilities?
Related Questions in OCULUSQUEST
- Delay in Passthrough Camera Feed in Unity Quest 3
- How do I get Oculus to access an External Drive through Unity?
- Unity Applications for different VR/AR devices
- Ceating a VR Portal in quest passthrough not working in build for specific unity version (2022.3.9)
- Approach towards running parallel apps and services on VR device
- How can I use adb in Meta Quest3 to get the screen of the device, but I want this screen to be available and processed by me
- VR Oculus 2 through Unity with Firebase integration
- How to get data from quest3 color camera, or get data from passthrough, but in video streaming form?
- Mulitpass getting more FPS than mulitview rendering mode for meta quest 2
- Unity VR: Lagging 360 Video Playback in Build
- Passthrough not working in Oculus Quest 2
- Combine real objects with real objects in VR
- A-Frame Networked Components - Help Needed
- Interaction Button with Oculus quest
- VLC Unity doesn't play video on Oculus Quest 2
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Simply, On your menubar, you can set button click listers which will load that asset bundle.