Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e2a72d1

Browse files
authored
Moves Getting Started up, Adds Releases link.
1 parent 83c4156 commit e2a72d1

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,24 @@ Assets for creating [WebVR](https://webvr.rocks/)-enabled [Unity3D](https://unit
1515

1616
<hr>
1717

18-
## Unity Compatibility
18+
## Getting started
1919

20-
These assets work with Unity versions `2018.2` and above.
20+
* [Setting up a Unity project for WebVR](./docs/project-setup.md)
21+
* [Controllers and input system](./docs/controllers.md)
22+
* [In-editor VR playback for rapid testing](./docs/xr-testing.md)
23+
* [Publishing](./docs/publishing.md)
24+
* [Adding Google Analytics to your game](./docs/customization/adding-ga.md)
25+
* [Troubleshooting and FAQ](./docs/troubleshooting-faq.md)
26+
27+
## Need help?
28+
29+
* [Join the WebVR Slack](https://webvr.rocks/slack) (join the [#unity channel](https://webvr.slack.com/messages/unity))
30+
31+
## Compatibility
32+
33+
### Unity editor version
34+
35+
* `2018.2` and above.
2136

2237
### Browser Compatibility
2338

@@ -35,23 +50,9 @@ If the user does not have supported headset, browser or device, the content will
3550

3651
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. See [Unity's WebGL browser compatibility](https://docs.unity3d.com/2018.1/Documentation/Manual/webgl-browsercompatibility.html).
3752

53+
### Version History and Notes
3854

39-
## Getting started
40-
41-
* [Setting up a Unity project for WebVR](./docs/project-setup.md)
42-
* [Controllers and input system](./docs/controllers.md)
43-
* [In-editor VR playback for rapid testing](./docs/xr-testing.md)
44-
* [Publishing](./docs/publishing.md)
45-
* [Troubleshooting and FAQ](./docs/troubleshooting-faq.md)
46-
47-
48-
## Customize the template
49-
50-
* [Adding Google Analytics to your game](./docs/customization/adding-ga.md)
51-
52-
## Need help?
53-
54-
* [Join the WebVR Slack](https://webvr.rocks/slack) (join the [#unity channel](https://webvr.slack.com/messages/unity))
55+
* [See all releases](https://github.com/mozilla/unity-webvr-export/releases)
5556

5657

5758
## Contributing

0 commit comments

Comments
 (0)