File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ Use the url ```https://github.com/FellowshipOfTheGame/DialogueModule.git#upm```
1313
1414- __ Editing the Packages/manifest.json file directly__
1515
16- Make sure this project is in the dependencies list as shown below and open the project as usual:
16+ Make sure this project and its depencency are in the dependencies list as shown below and open the project as usual:
1717
1818 {
1919 "dependencies": {
20- "com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm"
20+ "com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm",
21+ "com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1"
2122 }
2223 }
2324
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ Insira a url ```https://github.com/FellowshipOfTheGame/DialogueModule.git#upm```
1111
1212- __ Editando o arquivo Packages/manifest.json diretamente__
1313
14- Se certifique que este projeto está na lista de dependências como mostrado abaixo e abra o projeto normalmente:
14+ Se certifique que este projeto e a sua dependência estão na lista de dependências como mostrado abaixo e abra o projeto normalmente:
1515
1616 {
1717 "dependencies": {
18- "com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm"
18+ "com.fellowshipofthegame.dialoguemodule": "https://github.com/FellowshipOfTheGame/DialogueModule.git#upm",
19+ "com.malee.reorderablelist": "https://github.com/cfoulston/Unity-Reorderable-List.git#1.0.1"
1920 }
2021 }
2122
You can’t perform that action at this time.
0 commit comments