File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ This is a boilerplate **Unity WebGL** ++ **VueJS** web app with **VueX && **vue-
5
5
This project takes advantage of the Unity3d web container wrapper component provided by
6
6
@votetake 's [ vue-unity-webgl] ( https://github.com/votetake/vue-unity-webgl ) Node package.
7
7
8
+ ## Run in Dev
9
+
10
+ Install deps:
11
+ ```
12
+ npm install
13
+ ```
14
+
15
+ Spin up Node dev server:
16
+ ```
17
+ npm run serve
18
+ ```
19
+
20
+
8
21
## Directory Structure
9
22
10
23
` ./public/Build ` && ` ./public/TemplateData ` - the templates/JS functions of a bare Unity3D WebGL project.
@@ -20,6 +33,8 @@ Text can be sent to the text object in the Unity game instance via the `@click`
20
33
this .$refs .myInstance .message (' Text' , ' SetText' , this .textInput )
21
34
```
22
35
36
+
37
+
23
38
## Project setup
24
39
```
25
40
npm install
You can’t perform that action at this time.
0 commit comments