Assets
To add a file (asset) to a bundle, it is not enough to add it to the package folder, it must also be added to a specific AssetBundle.
Assets that we want to be added to the package’s assets must be added to the AssetBundle with the same name as the folder in which we create the package.
That is, if you are creating a package in folder „Tutorial”
The name of the AssetBundl must be „tutorial” (Daysnite is case insensitive)
How to create a new AssetBundle
–Create package information
Information = {
Name = „Daysnite”,
Id = „daysnite”
}
—Current package id
PackageId = „”