Input-System Questions
0
Hey guys!
In my game, the player can open the inventory to type notes if they find any numbers that may be key for solving the puzzles. Weirdly, every so often, the input field will suddenly turn into...
Aryan asked 22/8, 2023 at 12:1
3
Hello, guys! I have a question. When I am pausing my game, I want it to freeze and when unpausing I want it to unfreeze. I know basically how to achieve that but I don’t know how to make that, when I ...
1
I was working on a new project of mine and wanted to use Netcode for GameObjects as it makes it quite easy to make a multiplayer game and the Input System package for how versatile it is, but I was ha...
Sarazen asked 15/6, 2023 at 20:20
2
Hi! I’ve been trying to implement the new input system, but the started phase is triggered not only when I press the trigger but also when I release it.
It works fine with the mouse left click and wit...
Fabianfabianism asked 13/6, 2022 at 10:23
3
II just started Unity and my English is not very good. Sorry about that. Although I do everything according to Unity’s tutorials. After writing the code in Visual Studio, it gives this error when I pr...
Rink asked 21/12, 2020 at 10:7
2
I load a “Battle Scene” by loading scene additive, and deactivating the old scene.
Then when battle is over I unload the battle scene and re-activate the old scene.
However after re-activating the old...
Merell asked 8/5, 2021 at 15:4
1
I have two on screen sticks using the new input system, and one in many times the stick doesn’t get dragged, it just ignores my finger.
Ingate asked 1/10, 2023 at 4:4
5
Hello everyone!
I am running on Unity 2020.3.0f1 and using the new input system on version 1.0.2.
I am trying to connect my USB controller, but Unity do not seems to get any inputs in game. The contro...
Hammerless asked 18/3, 2021 at 8:59
4
Solved
Hi, I am working on a local co-op game where each user uses a different device and controls a different character. The game does not feature split-screen and only makes use of a single UI canvas, whic...
Urceolate asked 1/5, 2021 at 18:5
0
Hello everyone,
I am experiencing a rather strange issue with the Cinemachine FreeLook camera in Unity (3D). While rotating the camera, I notice that it usually operates smoothly, as expected. However...
Kahaleel asked 26/9, 2023 at 8:0
1
I’ve been using the new Input System to write a character controller. Currently, I have WASD for moving, shift for sprinting, and Q/E for strafing. I ran into an issue, however, that causes concern. W...
Overly asked 2/1, 2021 at 17:33
0
using UnityEditor;
using UnityEngine;
using UnityEngine.InputSystem;
using UnityEngine.InputSystem.Controls;
using UnityEngine.InputSystem.Layouts;
// boilerplate
#if UNITY_EDITOR
[InitializeOnLoad]
...
Mattah asked 8/8, 2023 at 19:25
1
© 2022 - 2024 — McMap. All rights reserved.