Terra Invicta

Terra Invicta

Tayta's Anime Councilors
FenitWithin Sep 24, 2023 @ 2:51pm
Using Guide - Creating Asset Bundle
I'm having trouble creating my own portraits using the guide- I've got all steps complete, the only issue I'm having is creating the asset bundle. I've added the Editor Folder and the script inside, but I still can't see Build Assetbundles anywhere, did anyone else run into this that may have some insight? I'm assuming the option should be under "Assets" the drop down menu after "File" and "Edit" at the very top bar? or is there some contextual menu it should show up in?


Edit: Looks like there may be an issue with this part of the script? Within Unity I get an error that says: Assets/Ediutor/CreatAssetBundles.cs(10,26): error CS0103: The name 'Application' does not exist in the current context.



{
string assetBundleDirectory = "Assets/StreamingAssets";
if (!Directory.Exists(Application.streamingAssetsPath))