Skip to content

Use SpeedScale in Player.cs in part 9 of 3d tutorial #10983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025

Conversation

JRahmatiNL
Copy link
Contributor

The C# alternative for the Godot code, was using a non existing PlaybackSpeed property instead of the same property used by the GDScript alternative: speed_scale (SpeedScale in C#).

As a result the C# alternative would not run, while the GDScript alternative worked just fine.

The C# alternative for the Godot code, was using a non existing `PlaybackSpeed` property instead of the same property used by the GDScript alternative: speed_scale (SpeedScale in C#).

As a result the C# alternative would not run, while the GDScript alternative worked just fine.
@skyace65 skyace65 added bug topic:dotnet area:getting started Issues and PRs related to the Getting Started section of the documentation labels Jun 7, 2025
@skyace65 skyace65 merged commit 29991b6 into godotengine:master Jun 7, 2025
1 check passed
@skyace65
Copy link
Contributor

skyace65 commented Jun 7, 2025

Thanks! And congrats on your first merged PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:getting started Issues and PRs related to the Getting Started section of the documentation bug cherrypick:4.4 topic:dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants