- Home /
Question by
Rajivdev · Jun 23, 2013 at 01:58 PM ·
assetbundleftp
How to download an assetbundle using FTP?
Is it possible to download an assetbundle using FTP?
Comment
Answer by Sanky · Jul 07, 2015 at 09:55 AM
Yes it is possible. 1-First crate your asset bundle through AssetBundleExport editor script. http://docs.unity3d.com/Manual/abfaq.html 2-upload that AssetBundle on your ftp server using an empty folder. 3-Then write one crossdomain.xml file which includes following text which in image shown. and save it and upload on your ftp 4-attach BundleLoader script to empty gameobject in your scene. 5-give a path of your ftp in string like(ftp://shanky:password@192.168.0.8/AssetBundle/myAssetBundle.unity3d) And store version as a 1. 6-Then done just hit play button you'll get your asset on view-port.
[1]: /storage/temp/49642-sample.jpg
sample.jpg
(37.5 kB)