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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,5 @@ later releases and we’ll keep you posted on this). However, we are taking issu
11
11
See the [Contributions guide](https://improbableio.atlassian.net/wiki/x/foDrDw).
12
12
13
13
## Coding standards
14
-
See the [Unity GDK C# coding standards guide](../docs/contributions/unity-gdk-coding-standards.md).
15
14
16
-
## Getting started
17
-
See [About the SpatialOS Unity GDK](../docs/README.md) for
18
-
details on how to get started using the Unity GDK.
19
-
20
-
## Warning
21
-
This [alpha](https://docs.improbable.io/reference/latest/shared/release-policy#maturity-stages) release is for evaluation purposes only, with limited documentation -
22
-
see the guidance on
23
-
[Recommended use](../README.md#recommended-use).
15
+
See the [GDK for Unity C# coding standards guide](../coding-standards.md).
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,24 @@ The SpatialOS Game Development Kit (GDK) for Unity enables game developers to bu
8
8
9
9
* the example game, which both tests and demonstrates the Feature Modules; for use as a starting point or resource for game development.
10
10
11
-
For further high-level information about this, see the [summary of key features](docs/content/faqs/key-features.md).
12
-
13
11
This is an alpha release of the GDK Core which is the foundation of the product. To find out more see the [GDK blogpost](https://improbable.io/games/blog/unity-gdk-our-first-steps).
*[Sign up for e-mail updates](http://go.pardot.com/l/169082/2018-06-25/27mhsb)
23
+
25
24
---
26
25
27
26
## Recommended use
28
27
29
-
This alpha release is for experienced Unity developers who have some understanding of [SpatialOS concepts](https://docs.improbable.io/reference/13.0/shared/concepts/spatialos), and want to give early feedback.
28
+
This alpha release is for experienced Unity developers who have some understanding of [SpatialOS concepts](https://docs.improbable.io/reference/latest/shared/concepts/spatialos), and want to give early feedback.
30
29
31
30
This alpha version software and its documentation is, by its very nature, rough and ready; every part of it is subject to change, including the APIs, and it isn’t optimised for performance. In addition, the GDK is based on Unity’s experimental [Entity Component System and Job System](https://unity3d.com/unity/features/job-system-ECS).
32
31
@@ -54,14 +53,16 @@ Visit the **feedback** section in our [forums](https://forums.improbable.io) and
54
53
Create an issue [in this repository](https://github.com/spatialos/UnityGDK/issues).
55
54
56
55
## Support policy
56
+
57
57
We are not supporting the alpha release for game development, as this version is for evaluation only. However, please do give us your feedback.
58
58
59
59
## Migration from the SpatialOS Unity SDK
60
+
60
61
Currently the GDK is in its early development, so there is no migration path from the [SpatialOS SDK for Unity](https://github.com/spatialos/UnitySDK) to the GDK. There will be a migration path in later releases.
61
62
62
63
---
63
64
* Version: alpha (for evaluation only)
64
-
* Unity Game Development Kit repository: [github.com/spatialos/UnityGDK](https://github.com/spatialos/UnityGDK)
65
+
* Unity Game Development Kit repository: [github.com/spatialos/gdk-for-unity](https://github.com/spatialos/UnityGDK)
65
66
* Use of the contents of this repository is subject to the [Improbable license](LICENSE.md)
66
67
* Your access to and use of the Unity Engine is governed by the Unity Engine End User License Agreement. Please ensure that you have agreed to those terms before you access or use the Unity Engine.
Copy file name to clipboardExpand all lines: coding-standards.md
+10-18Lines changed: 10 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,18 @@
1
-
**Contributions**: We are not currently taking public contributions - see our [contributions](../../.github/CONTRIBUTING.md) policy. However, we are accepting issues and we do want your [feedback](../../README.md#give-us-feedback).
**Contributions**: We are not currently taking public contributions - see our [contributions](../../README.md#contributions) policy. However, we are accepting issues and we do want your [feedback](../../README.md#give-us-feedback).
3
+
**Contributions**: We are not currently taking public contributions - see our [contributions](README.md#contributions) policy. However, we are accepting issues and we do want your [feedback](README.md#give-us-feedback).
12
4
13
5
## Table of contents
14
6
15
-
- SpatialOS GDK for Unity C# coding standards
16
-
-[Table of contents](#table-of-contents)
17
-
-[Introduction](#introduction)
18
-
-[ReSharper and formatting](#resharper-and-formatting)
19
-
-[General](#general)
20
-
-[Casing](#casing)
21
-
-[Deprecation](#deprecation)
22
-
-[Tests](#tests)
23
-
-[Unity specific](#unity-specific)
7
+
* SpatialOS GDK for Unity C# coding standards
8
+
*[Table of contents](#table-of-contents)
9
+
*[Introduction](#introduction)
10
+
*[ReSharper and formatting](#resharper-and-formatting)
0 commit comments