Skip to content

Add .uid files to the repo #90

@Withaust

Description

@Withaust

Most built-in entities provided out of the box are missing their .uid files that help Godot to resolve their usage on their .tscn counterparts, which results in constant stream of warning like these due to locally regenerated .uid files having different UIDs to those in the scene itself:

WARNING: scene/resources/resource_format_text.cpp:500 - res://addons/godotvmf/entities/light_environment.tscn:3 - ext_resource, invalid UID: uid://csnaybjakvpod - using text path instead: res://addons/godotvmf/entities/light_environment.gd

UID files are MEANT to be committed to Git in according to the engine documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions