MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
490 stars 28 forks source link

GD-481: hardcoded res://icon.png path #482

Closed paskausks closed 1 month ago

paskausks commented 1 month ago

The used GdUnit4 version

4.3.0 (Pre Release/Master branch)

The used Godot version

v4.2.2.stable.official [15073afe3]

Operating System

Ubuntu Linux 22.04.4

Describe the bug

First of all, love the project, this is basically just a minor nuisance.

Within GdUnitSettingsDialog.tscn there seems to be a hardcoded path to res://icon.png. In projects, which have this file missing will result in an error being pushed on startup in the console Resource file not found: res://icon.png (expected type: Texture2D).

Steps to Reproduce

1) create new project 2) add gdunit 4.3.0 3) remove default icon.png 4) reload project

Minimal reproduction project

No response

MikeSchulze commented 1 month ago

Arg that's a mistake introduced with the new logo, thanks for reporting