Skip to content

Deprecated call to Object.GetInstanceID() #2

Description

@NumaNumaNuma

Hello,

Getting this error in Unity due to the package using a now obsolete call to Object.GetInstanceID().
Easy fix is to replace it with GetEntityId() instead.

Error in Unity:
Library/PackageCache/com.bytedance.pico.xr@6f1d78bb7d79/SpatialAudio/Runtime/PXR_Audio_Spatializer_SceneGeometry.cs(414,47): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions