Skip to content

[Feature]: Migrate to GetEntityId() for Untiy 6+ #208

@wallstop

Description

Feature Description

We need to feature gate + transition to GetEntityId() and ToULong to get our bits for ids.

Use Case / Motivation

Unity 6 has deprecated GetInstanceId() and transitioned to GetEntityId() in order to try to unify DOTS across the stack. We need to intelligently support this so consumers don't break when onboarding to new Unity versions.

Proposed Solution

Migrate our InstanceId concept to the new EntityId flow, as well as tests and anywhere else that might require upgrades.

Alternatives Considered

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions