Skip to content

v1.0.0.0-preview.39

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 22:37
· 246 commits to main since this release
321f077

Release notes for 1.0.0.0-preview.39

This update mainly focused on this issue #133.

I was able to debug the error but I wasn't able to find the issue itself because it happens in the NuGet library itself. I moved on and these are the suggetions for the toolkit for now:

Anywhere we reference Stride.Core.Assets.CompilerApp we have to add also <RuntimeIdentifier>win-x64</RuntimeIdentifier> which makes it Windows only.

  • Stride.CommunityToolkit library will have no Stride.Core.Assets.CompilerApp references, so it can be built correctly and be platfom agnostic. Should work in code-only and regular Stride Projects.
  • The new Stride.CommunityToolkit.Windows library will have Stride.Core.Assets.CompilerApp reference and also <RuntimeIdentifier>win-x64</RuntimeIdentifier>, at the moment it is an empty library refrencing Stride.CommunityToolkit project mainly for code-only purpose, just to remove the above boilerplate. That means, code only examples would reference Stride.CommunityToolkit.Windows instead of Stride.CommunityToolkit. This could be done also for Linux later.
  • Stride.CommunityToolkit.Skyboxes library mainly for code-only purpose, will have Stride.Core.Assets.CompilerApp reference removed so the NuGet package can be created. Because it is used with Stride.CommunityToolkit.Windows, it should build correctly

What's Changed

🔁 Build & Deploy

Full Changelog: 1.0.0.0-preview.38...1.0.0.0-preview.39