Skip to content

Unable to use bevy-tnua-avian3d in a headless bevy server #95

Description

@Knar33

I am trying to use bevy-tnua on my headless game server, but when I enable bevy-tnua-avian3d I get a compiler error. It is because of this dependency in the bevy-tnua-avian3d:

[dependencies]
...
avian3d = { version = "^0.2", default-features = false, features = ["3d", "debug-plugin", "parallel"] }

The debug-plugin feature is enabled for avian3d which enables the bevy feature bevy/bevy_render feature. Is there a way that you can make this optional?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions