Browse Source

Merge pull request #456 from stride3d/copilot/update-custom-assets-warning

Update custom assets warning about package versions
Vaclav Elias 3 weeks ago
parent
commit
acb96b72f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      en/manual/scripts/custom-assets.md

+ 1 - 1
en/manual/scripts/custom-assets.md

@@ -24,7 +24,7 @@ Here's how it looks like in a default game project:
 </Project>
 ```
 > [!Warning]
-> Make sure that the version specified for `Stride.Core.Assets` matches the other package's versions.
+> Make sure that the `TargetFrameworks` and all package versions match your current Stride version. The example above shows version 4.2.0.1 for reference.
 
 Inside the same project, create a new csharp file and replace its content with the following:
 ```cs