Skip to content

Commit 1080b86

Browse files
authored
Update README.md
1 parent 896f238 commit 1080b86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# AddressablesStorage
1+
# BrainAtlas
22

3-
The AddressablesStorage package hosts remote builds of various asset files that are shared across Virtual Brain Lab projects. These files can be accessed by using the functions in the [AddressablesRemoteLoader](https://github.com/dbirman/vbl-core/blob/main/Scripts/Addressables/AddressablesRemoteLoader.cs) class found in the vbl-core repository.
3+
This repository is a wrapper around the [BrainGlobe Atlas API](https://github.com/brainglobe/bg-atlasapi). The pipeline files download the atlases from BrainGlobe and re-package them as Asset Bundles. The Addressables in the Unity project can then be built and deployed on a remote server for use by other projects.
4+
5+
The [AddressablesRemoteLoader](https://github.com/dbirman/vbl-core/blob/main/Scripts/Addressables/AddressablesRemoteLoader.cs) class found in the vbl-core repository provides access in client code to the Addressables bundles. (todo: re-name "BrainAtlasLoader")

0 commit comments

Comments
 (0)