Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update custom assets warning about package versions (fixes #455)
Co-authored-by: VaclavElias <4528464+VaclavElias@users.noreply.github.com>
  • Loading branch information
Copilot and VaclavElias committed Nov 26, 2025
commit c0a127ad37310b566ee7a10c714ec03602b15485
2 changes: 1 addition & 1 deletion en/manual/scripts/custom-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down