godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

Warning about conversion from older project file

Open paddy-exe opened this issue 3 years ago • 1 comments

Godot version: v4.0.dev.custom_build [1d6f8ad83] image

Also not sure if that's related but I also get the following errors when opening the project:

Failed loading resource: res://example.gdextension. Make sure resources have been imported by opening the project in the editor at least once.
Szenentab wechseln
  res://main.gd:9 - Parse Error: "Example" was not found in the current scope.
  res://main.gd:13 - Parse Error: Identifier "ExampleRef" not declared in the current scope.
  modules/gdscript/gdscript.cpp:873 - Method/function failed. Returning: ERR_PARSE_ERROR
  Cannot get class 'Example'.
  scene/resources/packed_scene

I followed the guide for the example project

paddy-exe avatar Jan 03 '22 23:01 paddy-exe

Also not sure if that's related but I also get the following errors when opening the project:

I believe the GDExtension format has changed since it was first introduced, so you need to compile the extension again.

The project.godot format upgrade is required to allow for random subresource IDs. The project linked in the blog post probably won't be updated (as it doesn't use version control). Instead, a demo project can be added to this repository or in the godot-demo-projects repository.

Calinou avatar Jan 03 '22 23:01 Calinou