Open nlupugla opened 1 year ago
idk what im doing wrong. git clone https://github.com/nlupugla/godot-demo-projects
does not have any save directory inside loading directory, even though I see it on github.
Also it would be great if it was zipped, so any1 can download and use (like an MRP) instead of downloading all of godot's demo projects.
Thanks for the interest!
I'll see if I can attach the demo as a zip to the feature PR. It probably isn't working because you need to clone my saveload_api branch.
you are right, git clone defaults to master.
git clone -b saveload_api https://github.com/nlupugla/godot-demo-projects
The above works :)
Great! I attached a zip to my feature PR too as per your suggestion.
Use this demo to test the Saveload API https://github.com/godotengine/godot/pull/79644 still currently in progress.