godot-rust / godot-rust/book

resource-saver-loader recipe out of date

Open Beginner friendly
#148 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
54
Forks
74
PR merge metrics
No merged PRs in 30d

Description

src/recipes/resource-saver-loader.md uses `on_level_init` and `on_level_deinit` but according to src/migrate/v0.5.md it should be `on_stage_init` and `on_stage_deinit`. `MyAssetSingleton::class_name` should be `MyAssetSingleton::class_id`. src/recipes/engine-singleton.md uses the correct names

I have not checked other recipes

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with src/recipes/resource-saver-loader.md and compare its names against src/migrate/v0.5.md; use src/recipes/engine-singleton.md as a known-correct example. Check the other recipe files for the same outdated names, and finish when the affected recipes consistently use the current API names.

Written by the indexing model from the issue text.

Assessment

Tech stack
godot, rust
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.