@@ -8,12 +8,12 @@ import TabItem from '@theme/TabItem';
8
8
9
9
# Instalação
10
10
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 ** :
12
12
13
13
<Tabs defaultValue = { (() => {
14
14
if (typeof window !== " undefined" ) {
15
15
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" ;
17
17
}
18
18
return " openupm" ;
19
19
})()} >
@@ -75,5 +75,19 @@ Requer [Git](https://git-scm.com/) instalado e disponível em PATH
75
75
3 . Clique <kbd >+</kbd >.
76
76
4 . Selecione ` Install package from tarball... ` .
77
77
5 . 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
+
78
92
</TabItem >
79
93
</Tabs >
0 commit comments