You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/manual/scripts/custom-assets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Here's how it looks like in a default game project:
24
24
</Project>
25
25
```
26
26
> [!Warning]
27
-
> Make sure that the version specified for `Stride.Core.Assets` matches the other package's versions.
27
+
> 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.
28
28
29
29
Inside the same project, create a new csharp file and replace its content with the following:
0 commit comments