Skip to content
Merged
Changes from all commits
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
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