|
2 | 2 | <a href="https://dscvit.com">
|
3 | 3 | <img width="400" src="https://user-images.githubusercontent.com/56252312/159312411-58410727-3933-4224-b43e-4e9b627838a3.png#gh-light-mode-only" alt="GDSC VIT"/>
|
4 | 4 | </a>
|
5 |
| - <h2 align="center"> < Insert Project Title Here > </h2> |
6 |
| - <h4 align="center"> < Insert Project Description Here > <h4> |
| 5 | + <h2 align="center"> WASDE Interpretor for Unity</h2> |
| 6 | + <h4 align="center"> A sample implementation of the WASDE dialogue system. <h4> |
7 | 7 | </p>
|
8 | 8 |
|
9 | 9 | ---
|
10 | 10 | [](https://dsc.community.dev/vellore-institute-of-technology/)
|
11 | 11 | [](https://discord.gg/498KVdSKWR)
|
12 | 12 |
|
13 |
| -[](INSERT_LINK_FOR_DOCS_HERE) |
14 |
| - [](INSERT_UI_LINK_HERE) |
| 13 | + |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 | ## Features
|
18 |
| -- [ ] < feature > |
19 |
| -- [ ] < feature > |
20 |
| -- [ ] < feature > |
21 |
| -- [ ] < feature > |
| 18 | +- [ ] Sample dialogue system for unity |
| 19 | + |
22 | 20 |
|
23 | 21 | <br>
|
24 | 22 |
|
25 | 23 | ## Dependencies
|
26 |
| - - < dependency > |
27 |
| - - < dependency > |
28 |
| - |
| 24 | + - Newtonsoft Json |
29 | 25 |
|
30 | 26 | ## Running
|
| 27 | +import the unity package into unity 2023+ |
31 | 28 |
|
| 29 | +move the prefab into your scene and import the json files outputted by the editor to the project. |
| 30 | +Then call the DialogueTreeInterpreter.StartDialogue(TextAsset t) method to start the dialogue. |
| 31 | +make use of the dialogue callbacks to add events to the dialogue. |
32 | 32 |
|
33 |
| -< directions to install > |
34 |
| -```bash |
35 |
| -< insert code > |
36 |
| -``` |
37 |
| - |
38 |
| -< directions to execute > |
39 |
| - |
40 |
| -```bash |
41 |
| -< insert code > |
42 |
| -``` |
43 | 33 |
|
44 | 34 | ## Contributors
|
45 | 35 |
|
46 | 36 | <table>
|
47 | 37 | <tr align="center">
|
48 | 38 | <td>
|
49 |
| - John Doe |
| 39 | + graphicmismatch (Rayan Madan) |
50 | 40 | <p align="center">
|
51 |
| - <img src = "https://dscvit.com/images/dsc-logo-square.svg" width="150" height="150" alt="Your Name Here (Insert Your Image Link In Src"> |
| 41 | + <img src = "https://avatars.githubusercontent.com/u/48159187" width="150" height="150" alt="graphicmismatch(Rayan Madan)"> |
52 | 42 | </p>
|
53 | 43 | <p align="center">
|
54 |
| - <a href = "https://github.com/person1"> |
| 44 | + <a href = "https://github.com/graphicmismatch"> |
55 | 45 | <img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
|
56 | 46 | </a>
|
57 |
| - <a href = "https://www.linkedin.com/in/person1"> |
| 47 | + <a href = "https://www.linkedin.com/in/rayan-madan/"> |
58 | 48 | <img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
|
59 | 49 | </a>
|
60 | 50 | </p>
|
|
0 commit comments