Skip to content

Commit

Permalink
Merge pull request #98 from Unity-Technologies/alffanclub-patch-1
Browse files Browse the repository at this point in the history
adding link to Unity docs for build options
  • Loading branch information
alffanclub authored Jul 10, 2018
2 parents 5a8d705 + 9f7fdd8 commit 6ac9741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/com.unity.assetbundlebrowser.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Other tools that generate asset bundle data can choose to integrate with the bro

# Usage - Build

The Build tab provides basic build functionality to get you started using asset bundles. In most profressional scenarios, users will end up needing a more advanced build setup. All are welcome to use the build code in this tool as a starting point for writing their own once this no longer meets their needs. Interface:
The Build tab provides basic build functionality to get you started using asset bundles. In most profressional scenarios, users will end up needing a more advanced build setup. All are welcome to use the build code in this tool as a starting point for writing their own once this no longer meets their needs. For the most part, the options here are directly tied to the options the engine expects in [BuildAssetBundleOptions](https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html). Interface:

* *Build Target* - Platform the bundles will be built for

Expand Down

0 comments on commit 6ac9741

Please sign in to comment.