unity-raw-input
Windows Raw Input wrapper for Unity game engine (by elringus)
realtime-CSG-for-unity
Realtime-CSG, CSG level editor for Unity (by LogicalError)
unity-raw-input | realtime-CSG-for-unity | |
---|---|---|
2 | 11 | |
216 | 824 | |
- | 1.6% | |
4.7 | 1.1 | |
about 1 year ago | 7 months ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unity-raw-input
Posts with mentions or reviews of unity-raw-input.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Moving character whenever i press a keyboard button
Either throwing together a very basic unity 2d program and using something like the raw input package here to detect both keypresses and keyreleases and update the png.
-
Is there a way to capture mouse movement when running in background?
There is a package that does what I need but it works only for keyboards (https://github.com/Elringus/UnityRawInput) judging by author's responses to issues it can be modified to also support the mouse. But so far I wasn't able to figure out how. :c
realtime-CSG-for-unity
Posts with mentions or reviews of realtime-CSG-for-unity.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-19.
-
Is this possible to do in Unity?
Yes, it is possible! You can use one of the CSG solutions like: - https://github.com/sabresaurus/SabreCSG - https://github.com/LogicalError/realtime-CSG-for-unity
-
How do I make my game look Quake/Half Life?
Use this to build the levels - https://github.com/LogicalError/realtime-CSG-for-unity
-
Unity ProBuilder - Boolean Tool used to Combine, Intersect, or Subtract one shape from another.
Or you could use https://github.com/sabresaurus/SabreCSG or https://realtimecsg.com/
- Should I use Blender or ProBuilder for a FPS?
-
Level Design workflow - Blender to Unity issues.
I don't have a good answer to your question, but you could consider using RealtimeCSG: https://realtimecsg.com/.
- Does anyone know why my RealtimeCSG brushes are getting lit terribly by baked lighting? (Details in comments)
- House question
-
The year is 2021. You are starting a new game project. What assets/plugins do you import?
For all my projects with 3d level design: https://github.com/LogicalError/realtime-CSG-for-unity - best 3d prototyping
- Create Hole in 3D Primitive - In Editor
- Resource About Mesh Cutting
What are some alternatives?
When comparing unity-raw-input and realtime-CSG-for-unity you can also consider the following projects:
sprite-glow - Sprite glow effect with HDR outline
SabreCSG - Level design tools for Unity