Is there any way to protect exported AssetBundles ?

Hi, Is it possible to protect assetBundles from using in other projects? I mean in standalone application.

Hi there

Good question :) I assume you mean to protect our loaded assetbundle from being abused/reused in a foreign application?

I would let assets check for their main app being a valid container. For example your main app might have a static name/version object which can be verified upon instantiation.

If the content is web based you might protect the loading process of the assetbundle by a simple authentication method.

I would like to know, if somebody easily decompiled assetbundles already? This would make the protection a bit trickier, i guess.

hope that helps, marco

What about zipping or rarring it with a password? :D