bevyengine / bevyengine/bevy

Loading certain GLTF assets causes extreme lag

Open
#17,877 2 comments 0 reactions 0 assignees View on GitHub
A-glTF C-Bug C-Performance S-Needs-Investigation S-Waiting-on-Author
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## Bevy version

0.15 -- this has happened since 0.12 and STILL happens

## What you did
Load in certain GLTF models

## What went wrong
There is a warning in the console while it loads
2025-02-16T01:22:29.929757Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_1
2025-02-16T01:22:29.992113Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_1
2025-02-16T01:22:29.992163Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_2
2025-02-16T01:22:29.998664Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_1
2025-02-16T01:22:29.998715Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_2
2025-02-16T01:22:30.001401Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_1
2025-02-16T01:22:30.010192Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_1
2025-02-16T01:22:30.010268Z WARN bevy_gltf::loader: Unknown vertex attribute COLOR_2

Then , in my game, i get 20 fps instead of 120 fps. And mind you the model isnt being rendered its just READY to be rendered. its loaded.


Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.