You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or import the packages from git, more info at [WebXR Export](Packages/webxr/README.md) and [WebXR Interactions](Packages/webxr-interactions/README.md).
24
24
25
-
## Documentation
25
+
## 📄 Documentation
26
26
27
27
For more info on getting started and how to use WebXR Export, you can check the [Documentation](Documentation) folder.
28
28
29
-
## Compatibility
29
+
## 🧩 Compatibility
30
30
31
31
**Important notice** regarding this Git repository - This repository use Symlinks. make sure that Symlinks are enabled when you clone.
32
32
33
33
`git config core.symlinks true`
34
34
35
35
Or just use this as a Unity Package (UPM), more info [here](Packages/webxr/README.md)
36
36
37
-
### Unity Editor version
37
+
### 📝 Unity Editor version
38
38
39
39
*`2019.4.7` and up.
40
40
*`2020.1` and up.
41
41
42
-
### Browser Compatibility
42
+
### 🗺️ Browser Compatibility
43
43
44
44
This is a list of browsers and platforms that the WebXR Export demo was tested on.
45
45
@@ -63,13 +63,13 @@ Samsung Internet Browser on Android (Supports both AR and VR sessions).
63
63
64
64
Firefox Reality on Vive Focus Plus.
65
65
66
-
#### Has bugs/issues
66
+
#### 🐞 Has bugs/issues
67
67
68
68
Mozilla WebXR Viewer on iOS (Has a bug related to touch input).
69
69
70
70
Helio on Magic Leap One (Has a bug related to eye views).
@@ -85,23 +85,23 @@ Helio on Magic Leap One (Has a bug related to eye views).
85
85
86
86

87
87
88
-
### Polyfilled WebXR / WebVR
88
+
### 📊 Polyfilled WebXR / WebVR
89
89
90
90
If the user does not have supported headset, browser or device, the content will still work through the use of the [WebXR Polyfill](https://github.com/immersive-web/webxr-polyfill).
91
91
92
-
### Mobile support
92
+
### 📱 Mobile support
93
93
94
94
This asset works by utilizing Unity's WebGL platform support and therefore shares the same limitations. Because of this, mobile support is limited and may not work. We did made sure to make it light, so mobile devices would be able to handle it, and it is able to run on high end mobile devices with some optimizations. See [Unity's WebGL browser compatibility](https://docs.unity3d.com/2019.3/Documentation/Manual/webgl-browsercompatibility.html).
95
95
96
-
### Version History and Notes
96
+
### 📜 Version History and Notes
97
97
98
98
You can check the changelogs of [WebXR Export](Packages/webxr/CHANGELOG.md) and [WebXR Interactions](Packages/webxr-interactions/CHANGELOG.md) for version history.
99
99
100
-
## Contributing
100
+
## 🤝 Contributing
101
101
102
102
You're encouraged to [open an issue](https://github.com/De-Panther/unity-webxr-export/issues/new), report a problem, contribute with code, open a feature request, share your work or ask a question. But remember that it's an experimental project.
103
103
104
-
## Useful links and info
104
+
## 🔗 Useful links and info
105
105
106
106
Much of the WebXR upgrades and API usage made possible thanks to these resources.
107
107
@@ -121,7 +121,7 @@ Much of the WebXR upgrades and API usage made possible thanks to these resources
121
121
122
122
[WebXR Discord](https://discord.gg/Jt5tfaM)
123
123
124
-
## Credits
124
+
## 🎞️ Credits
125
125
126
126
Special thanks to [needle.tools](https://needle.tools/) for the help in making this a proper package.
127
127
@@ -133,7 +133,7 @@ This project was heavily influenced by early explorations in using Unity to buil
133
133
134
134
Also, thanks to [Arturo Paracuellos (@arturitu)](https://github.com/arturitu) for creating the [3D-hand models](https://github.com/aframevr/assets/tree/gh-pages/controllers/hands) used for controllers in these examples.
135
135
136
-
## License
136
+
## ⚖️ License
137
137
138
138
As the base project used the Apache License, Version 2.0, we will continue with it.
0 commit comments