mapbox / mapbox/mapbox-unity-sdk

New Input system issue with v3.1.0

Open
#1,990 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
784
Forks
231
PR merge metrics
No merged PRs in 30d

Description

please update the SDK , i am facing these issue in the unity 6.3

**Issues in the latest SDK**

/Users/smttech/Downloads/mapbox-unity-sdk-main/Runtime/Mapbox/Example/Scripts/PointerInput.cs(5,35): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?) /Users/smttech/Downloads/mapbox-unity-sdk-main/Runtime/Mapbox/Example/Scripts/PointerInput.cs(4,30): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?) /Users/smttech/Downloads/mapbox-unity-sdk-main/Runtime/Mapbox/Example/Scripts/PointerInput.cs(3,19): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Runtime/Mapbox/Example/Scripts/PointerInput.cs and reproduce the reported Unity 6.3 compilation errors involving UnityEngine.InputSystem. Check how the SDK’s input-system references are configured, then verify that the example script compiles without the reported CS0234 errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, unity
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.