|
@@ -4,22 +4,28 @@
|
|
|
|
|
|
|
|
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]
|
|
|
|
|
->The Stride manual is under construction and updated regularly with new content. Follow [Stride on Twitter](https://twitter.com/stridedotnet?lang=en) for documentation updates.
|
|
|
|
|
|
|
+> [!Note]
|
|
|
|
|
+> The Stride manual is under construction and updated regularly with new content. Follow [Stride on Twitter](https://twitter.com/stridedotnet?lang=en) for documentation updates.
|
|
|
|
|
|
|
|
## Latest documentation
|
|
## Latest documentation
|
|
|
|
|
|
|
|
-* <span class="badge text-bg-success">New</span> [NuGet](nuget/index.md)
|
|
|
|
|
-* <span class="badge text-bg-success">New</span> [Video](video/index.md)
|
|
|
|
|
-* <span class="badge text-bg-success">New</span> [Cached files](files-and-folders/cached-files.md)
|
|
|
|
|
-* <span class="badge text-bg-success">New</span> [iOS](platforms/ios.md)
|
|
|
|
|
-* <span class="badge text-bg-success">New</span> [Compile shaders](graphics/effects-and-shaders/compile-shaders.md)
|
|
|
|
|
-* <span class="badge text-bg-info">Updated</span> [Skyboxes and backgrounds](graphics/textures/skyboxes-and-backgrounds.md)
|
|
|
|
|
-* <span class="badge text-bg-info">Updated</span> [Animate a camera with a model file](graphics/cameras/animate-a-camera-with-a-model-file.md)
|
|
|
|
|
-* <span class="badge text-bg-info">Updated</span> [Material slots](graphics/materials/material-slots.md)
|
|
|
|
|
|
|
+### Recent updates
|
|
|
|
|
+
|
|
|
|
|
+- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](manual/stride-for-unity-developers/index.md) - Content improvements
|
|
|
|
|
+
|
|
|
|
|
+### Previous updates
|
|
|
|
|
+
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [NuGet](nuget/index.md)
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [Video](video/index.md)
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [Cached files](files-and-folders/cached-files.md)
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [iOS](platforms/ios.md)
|
|
|
|
|
+- <span class="badge text-bg-success">New</span> [Compile shaders](graphics/effects-and-shaders/compile-shaders.md)
|
|
|
|
|
+- <span class="badge text-bg-info">Updated</span> [Skyboxes and backgrounds](graphics/textures/skyboxes-and-backgrounds.md)
|
|
|
|
|
+- <span class="badge text-bg-info">Updated</span> [Animate a camera with a model file](graphics/cameras/animate-a-camera-with-a-model-file.md)
|
|
|
|
|
+- <span class="badge text-bg-info">Updated</span> [Material slots](graphics/materials/material-slots.md)
|
|
|
|
|
|
|
|
## Improve this documentation
|
|
## Improve this documentation
|
|
|
|
|
|
|
|
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, in the top right, click **Improve this Doc**. Please make sure to follow the [writing guidelines](https://github.com/stride3d/stride-docs/blob/master/GUIDELINES.md).
|
|
|
|
|
|
|
+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).
|