|
@@ -5,15 +5,15 @@
|
|
|
These pages contain information about how to use Stride, an open-source C# game engine.
|
|
These pages contain information about how to use Stride, an open-source C# game engine.
|
|
|
|
|
|
|
|
> [!Note]
|
|
> [!Note]
|
|
|
-> The Stride manual is under construction and updated regularly with new content. Follow [Stride on X](https://x.com/stridedotnet?s=20) for documentation updates.
|
|
|
|
|
|
|
+> The Stride manual is under construction and is regularly updated with new content. Follow [Stride on X](https://x.com/stridedotnet?s=20) for documentation updates.
|
|
|
|
|
|
|
|
## Latest documentation
|
|
## Latest documentation
|
|
|
|
|
|
|
|
### Recent updates
|
|
### Recent updates
|
|
|
- <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added
|
|
- <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added
|
|
|
-- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Serialization explained
|
|
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Explanation of serialization
|
|
|
- <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions
|
|
- <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions
|
|
|
-- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - ECS usage explained
|
|
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - Explanation of ECS usage
|
|
|
- <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements
|
|
- <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements
|
|
|
- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements
|
|
- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements
|
|
|
|
|
|
|
@@ -32,4 +32,8 @@ These pages contain information about how to use Stride, an open-source C# game
|
|
|
|
|
|
|
|
The Stride documentation is open source, so anyone can edit it. If you find a mistake, you can correct it or comment in [GitHub](https://github.com/stride3d/stride-docs).
|
|
The Stride documentation is open source, so anyone can edit it. If you find a mistake, you can correct it or comment in [GitHub](https://github.com/stride3d/stride-docs).
|
|
|
|
|
|
|
|
-To edit any page of this manual, at the bottom, click **Edit this page** link. Please make sure to follow the [writing guidelines](https://github.com/stride3d/stride-docs/wiki).
|
|
|
|
|
|
|
+To edit any page of this manual, click the **Edit this page** link at the bottom. Please make sure to follow the [writing guidelines](../contributors/documentation/index.md)
|
|
|
|
|
+
|
|
|
|
|
+## Stride community toolkit
|
|
|
|
|
+
|
|
|
|
|
+Check out our [Stride community toolkit](https://stride3d.github.io/stride-community-toolkit/index.html) for additional helpers and extensions.
|