-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Release Type: Official Release/GitHub (please choose appropriate option)
Official
Version: Version number and/or git branch
4.1.0.1822
Platform(s): Does the problem occur on Windows, Android...?
First run with Stride, built for, and on, Windows.
Describe the bug
A clear and concise description of what the bug is.
When building the tutorial project, two (2) errors are printed. Code/InstantiatingPrefabsDemo.cs (line 27) and Code/LoadingContentDemo.cs (line 71) "failed to convert string to Vector3" and "failed to convert Vector3 to string" for both files. New Entity(string, Vector3) needs to have parameters swapped as they are in Entity(Vector3, string) order. Easy enough to do before building but would like to have it made known for future builds.
To Reproduce
Steps to reproduce the behavior:
- Start new CSharpBeginner Project.
- Click Run.
- Check output.
Expected behavior
A clear and concise description of what you expected to happen.
Should build normally, throws conversion errors instead.
Screenshots
If applicable, add screenshots to help explain your problem (use GitHub drag & drop)
Log and callstacks
If any, please attach here any log or callstack (preferably in a .txt file using GitHub drag and drop)
Additional context
Add any other context about the problem here.