Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,10 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# How Its Made:
|
12 |
+
1. Install Unity with WebGL deployment capability: https://unity.com/
|
13 |
+
2. Check out the new extension for Unity in VSCode! : https://marketplace.visualstudio.com/items?itemName=visualstudiotoolsforunity.vstuc
|
14 |
+
3. In Unity Player Settings you have to add scene, then set the player settings for your HTML5 output - remove compression (turn it off) and specify to change filenames replacing dashes.
|
15 |
+
Last in your build edit the HTML5 file and remove the Build subdirectory and when deploying put the ddeploys at base level next to HTML file.
|
16 |
+
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|