Search Unity

How to Secure Asset bundle from being imported to another project

Discussion in 'Asset Bundles' started by Vinayak-VC, Dec 21, 2020.

  1. Vinayak-VC

    Vinayak-VC

    Joined:
    Apr 16, 2019
    Posts:
    60
    Hi

    I was working on the project where we are downloading the MAP containing 3D models as an asset bundle.
    So now this asset bundle will be downloaded to the Application persistent datapath.
    If someone imports the asset bundle in unity then it will reveal all the 3D models which we want to prevent.

    So How to protect the asset bundle from being imported to another project.

    I researched the DLL method but it is a dead end.
     
    SaurabhStudio likes this.
  2. nilsdr

    nilsdr

    Joined:
    Oct 24, 2017
    Posts:
    374