#Scene failed to load

3 messages · Page 1 of 1 (latest)

zealous swallow
#

This is the second time this has happened to this exact file, the last time I had to delete it and start from scratch.

The game ran fine from the editor after remaking it. Now after closing godot and reopening I am getting the same error, is there some way to fix this? I can't have this happen every time I open godot and recretae this scene over and over again

#

Using 4.2.2 stable, did not change versions since I started this project

#

This is the scene file:

[gd_scene load_steps=4 format=3 uid="uid://g8ga0evvqxug"]

[ext_resource type="Script" path="res://object_scenes/snake_body.gd" id="1_diftm"]
[ext_resource type="Texture2D" uid="uid://iqtjw6mr81o4" path="res://images/WhitePixel.png" id="2_g658o"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_60chq"]
size = Vector2(10, 10)

[node name="Node2D" type="CharacterBody2D"]
script = ExtResource("1_diftm")

[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(10, 10)
texture = ExtResource("2_g658o")

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_60chq")
disabled = true