@@ -8,12 +8,12 @@ import TabItem from '@theme/TabItem';
88
99# Instalação
1010
11- Você pode instalar o pacote via ** OpenUPM** , ** Git** ou ** Tarball ** :
11+ Você pode instalar o pacote via ** OpenUPM** , ** Git** , ** Tarball ** ou ** Unity Asset Store ** :
1212
1313<Tabs defaultValue = { (() => {
1414 if (typeof window !== " undefined" ) {
1515 const hash = window .location .hash .replace (" #" , " " ).toLowerCase ();
16- return [" openupm" , " git" , " tarball" ].includes (hash ) ? hash : " openupm" ;
16+ return [" openupm" , " git" , " tarball" , " asset-store " ].includes (hash ) ? hash : " openupm" ;
1717 }
1818 return " openupm" ;
1919 })()} >
@@ -75,5 +75,19 @@ Requer [Git](https://git-scm.com/) instalado e disponível em PATH
75753 . Clique <kbd >+</kbd >.
76764 . Selecione ` Install package from tarball... ` .
77775 . Selecione o arquivo ` com.mygamedevtools.scene-loader-<release>.tgz ` que você baixou.
78+ </TabItem >
79+
80+ <TabItem value = " asset-store" label = " Unity Asset Store" >
81+ 1 . Obtenha o pacote na [ Asset Store] ( https://assetstore.unity.com/packages/slug/313159 ) .
82+ 2 . Com seu projeto Unity aberto, clique ` Open in Unity ` .
83+ 3 . O ` Package Manager ` abrirá com o pacote selecionado.
84+ 4 . Clique ` Download ` ou ` Update ` , dependendo no estado local de cache.
85+ 5 . Clique ` Import ` .
86+ 6 . Valide que tudo está selecionado e clique ` Import ` novamente.
87+
88+ :::info
89+ When updating from the Asset Store, make sure to remove the previous version completely before adding the updated version.
90+ :::
91+
7892</TabItem >
7993</Tabs >
0 commit comments