Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[GearVR]Putting Video inside Unity

Discussion in 'AR/VR (XR) Discussion' started by Fred_Vicentin, Aug 31, 2015.

  1. Fred_Vicentin

    Fred_Vicentin

    Joined:
    Feb 27, 2013
    Posts:
    19
    Hello guys.

    Actually when I want to use MoviePlayer I call a external path to my Note 4 SD Card.

    But Now I want to compile my video inside Unity Folder and run internal on the "com.MyCompany.MyApp" path.

    And put the video inside an unity project folder to when I compile it be inside unity app, and if possible, to be hidden to be caught by another peoples.

    Have any way to do this on Unity ? Without put the video on a external folder and call a path ?
     
  2. shakhruz

    shakhruz

    Joined:
    Feb 17, 2011
    Posts:
    43
    Do you just want to hide the video inside your app (just put it into StreamingAssets) or protect your video from being ripped out from your apk?
    The latter scenario is harder to achieve, unless you encrypt your video and descrypt it inside your app.