mapbox / mapbox/mapbox-unity-sdk
New Input system issue with v3.1.0
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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