Unity

461 readers
1 users here now

founded 2 years ago
MODERATORS
1
2
3
4
5
6
7
8
2
Mesh LOD 2025 (discussions.unity.com)
submitted 3 months ago by neme@lemm.ee to c/unity@programming.dev
9
10
11
 
 

You can download it for free on the Unity Asset Store!

12
13
14
 
 

Hi all,

I've been working on a side-project after needing something to handle UIs for a game I work on, and came up with InputLayers, which is basically a layer-based filtering system for Input handling.

My main issue was having a clean and consistent way to handle taking input availability away from something (a character, UI, or anything else) when something should take over (a menu opening, a popup, etc.)

So I ended up using this as an opportunity to learn the new Unity UI system, and set up a clean editor window. In the end, it was close enough to a packageable asset, that I felt it'd be cool to make it available to others!

It's free, so if anyone wants to give it a try, I'd love some feedback =)

15
16
17
18
19
20
21
22
23
24
25
view more: next ›