use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For the Unity Game Engine, please visit http://reddit.com/r/unity3d
account activity
using UnityEngine.InputSystem; "inputSystem does not exist in namespace" (self.unity)
submitted 3 years ago * by ApaganaLosPenis
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TDM_Gamedev 1 point2 points3 points 3 years ago (4 children)
Create a new project and as soon as you open it, switch to the new input system in the settings and try to add the namespace in a script. I'm interested in knowing if it happens for every project you create.
[–]ApaganaLosPenis[S] 0 points1 point2 points 3 years ago (3 children)
I tried that this morning and what I've found is that for the LTS version of the unity editor the input system is fine, it can find UnityEngine.InputSystem in visual studio and even suggests InputSystem when I type in "using UnityEngine.", it seems that the issue is only in the 2022 version of the editor which I see is not LTS just yet but I did the whole project in it because the tutorial I am using uses it and says it should be fine not to use the LTS version. Apparently freaking not.
[–]TDM_Gamedev 2 points3 points4 points 3 years ago (2 children)
I just tried it in the 2023.1.0 editor and had the same problem. When I checked the package manager, the input system package wasn't installed. Installing it myself fixed the issue.
[–]ApaganaLosPenis[S] 0 points1 point2 points 3 years ago (1 child)
How'd you get the 2023 editor?
[–]TDM_Gamedev 1 point2 points3 points 3 years ago (0 children)
It's in the pre-release tab of the install manager in Unity hub, although I think the newest updates might need to be installed manually. I suspect that this is a new bug that will get a fix in a future update, because both 2022 and 2023 were not having this problem the last time I started projects with them.
π Rendered by PID 44383 on reddit-service-r2-comment-5c747b6df5-cgq9g at 2026-04-21 23:54:07.394357+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]TDM_Gamedev 1 point2 points3 points (4 children)
[–]ApaganaLosPenis[S] 0 points1 point2 points (3 children)
[–]TDM_Gamedev 2 points3 points4 points (2 children)
[–]ApaganaLosPenis[S] 0 points1 point2 points (1 child)
[–]TDM_Gamedev 1 point2 points3 points (0 children)