I know the reasons and licenses for use as a AssetBundle. I need to load new resources at run-time. The AssetBundle will be loaded from a server online and will contain other resources (images, audio and video).
I have already searched the internet and the solution they propose is to use the WWW but I would avoid using a different logic to handle only the video.
I hope I have explained the scenario.
So my question is: How can I add a Video in a ASSETBUNDLE MOBILE?
same here. We want to add a mp4 file to assetbundle for using it with vuforia. But we cannot add it to assetbundle from streamingasset folder. Some ideas? Thanks, Felix
ahh… i just posted a similar question because i couldn’t find this thread…
since i have several (optional) videos… not just one… i don’t want to WWW singles files… but at least a zip with them all
if anybody has experience to sell, please contact me PM if you don’t have time to answer here in public
Unity added a new video player system and videos can now be set to video clips. These should be able to be asset bundled now. Have you tried the new system before bumping an age old post?