Skip to content

File doesn't exist #437

Description

@XsquiddokidX

What Happened

Parser Error: Preload file "res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r" does not exist.

How to Reproduce

  1. Add a sprite node in the scene
  2. For the block editor, have these actions:
    when starting while true if (action ui_left is pressed) change position by -1, 0 else if (action ui_right is pressed) change position by 1, 0 else if (action ui_up is pressed) change position by 0, 1 else if (action ui_down is pressed) change position by 0, -1
  3. Hit run

Block Coding Plugin Version

v0.10.1

Godot Engine Version

v4.6.1.stable.official

Operating System

Windows 11

Logs or command-line output

Parser Error: Preload file "res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r" does not exist
Line: const Option_Theme = preload("res://addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn::StyleBoxFlat_7m75r")

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions