Skip to content

Warnings in UXFWizard.cs after importing UXF #171

Closed
@nuclear-weasels

Description

@nuclear-weasels

After importing UXF as an asset into my Unity project, I got two warnings related to UXFWizard.cs:

  • Assets\UXF\Scripts\Etc\Editor\UXFWizard.cs(140,31): warning CS0618: 'PlayerSettings.GetApiCompatibilityLevel(BuildTargetGroup)' is obsolete: 'Use GetApiCompatibilityLevel(NamedBuildTarget buildTarget) instead'
  • Assets\UXF\Scripts\Etc\Editor\UXFWizard.cs(151,21): warning CS0618: 'PlayerSettings.SetApiCompatibilityLevel(BuildTargetGroup, ApiCompatibilityLevel)' is obsolete: 'Use SetApiCompatibilityLevel(NamedBuildTarget buildTarget, ApiCompatibilityLevel value) instead'

I am using:

  • Unity 6 (6000.0.27f1)
  • XR Interaction Toolkit v3.0.7
  • UXF v2.4.4

Thanks! Love your project!

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