Skip to content

Commit

Permalink
adding link to Unity docs for build options
Browse files Browse the repository at this point in the history
  • Loading branch information
alffanclub authored Jul 9, 2018
1 parent 5a8d705 commit 9f7fdd8
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 9f7fdd8

Please sign in to comment.