#I wanna remove the red highlight when an entity gets hit.

1 messages · Page 1 of 1 (latest)

bold tangle
#

Pls no red highlight

open swift
# bold tangle Pls no red highlight

You'll need to edit the entity's render controller:

{
    "format_version": "1.8.0",
    "render_controllers": {
        "controller.render.whatever": {
            "geometry": "Geometry.default",
            "materials": [
                {
                    "*": "Material.default"
                }
            ],
            "textures": [
                "Texture.default"
            ],
            "is_hurt_color": {
                "r": 0.0,
                "g": 0.0,
                "b": 0.0,
                "a": 0.0
            }
        }
    }
}