Browse Source

Update custom assets warning about package versions (fixes #455)

Co-authored-by: VaclavElias <[email protected]>
copilot-swe-agent[bot] 3 weeks ago
parent
commit
c0a127ad37
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>
 </Project>
 ```
 ```
 > [!Warning]
 > [!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:
 Inside the same project, create a new csharp file and replace its content with the following:
 ```cs
 ```cs