PropHunt-Mirror VS FallingParkour

Compare PropHunt-Mirror vs FallingParkour and see what are their differences.

PropHunt-Mirror

PropHunt project made using Unity and Mirror Networking (by nicholas-maltbie)

FallingParkour

Multiplayer racing game made with Unity (by nicholas-maltbie)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PropHunt-Mirror FallingParkour
5 10
6 18
- -
1.8 0.0
almost 3 years ago over 2 years 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.

PropHunt-Mirror

Posts with mentions or reviews of PropHunt-Mirror. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-30.
  • Am I blind or is Character Class Creation this hard?
    2 projects | /r/Unity3D | 30 Sep 2021
    I do have a multiplier networked character controller with prefab variations from a previous project. * mirror networking - look under Assets/Prefabs/Player - https://github.com/nicholas-maltbie/PropHunt-Mirror * mlapi - https://github.com/nicholas-maltbie/FallingParkour
  • Combat Mechanics for Multiplayer Hide and Seek Game
    1 project | /r/gamedesign | 26 May 2021
    I've played a lot of games with combat mechanics but I feel like a hide and seek game should work a little differently. Just as a test, I setup a game with my friend and they started moving and running around a lot as a smaller prop and it was almost impossible for me to be able to hit him reliably (movement in the game is pretty fast as of now). I'm willing to try and implement multiple combat, movement, and hiding mechanics but I'm not sure where to start. The project is open source and hosted on github (Just a hobby project so nothing too special) nicholas-maltbie/PropHunt-Mirror: PropHunt project made using Unity and Mirror Networking (github.com)
  • Problems With MacOS Cross Platform Build
    1 project | /r/unity | 23 Apr 2021
    Here is the link to my whole repository if you want to know more about the individual configuration settings - https://github.com/nicholas-maltbie/PropHunt-Mirror
    2 projects | /r/Unity3D | 23 Apr 2021
    Commands used to build project, whole script here - https://github.com/nicholas-maltbie/PropHunt-Mirror/blob/main/Assets/Editor/ScriptBatch.cs
  • Working on Open Source PropHunt like Project, looking for feedback on character movement.
    1 project | /r/unity | 9 Apr 2021
    Making a comment to note extra info (I'm not the best at reddit). Here is the project repo link - https://github.com/nicholas-maltbie/PropHunt-Mirror, the branch I'm currently working is feature/highlight-local with some extra features to highlight the objects that a prop is looking at (Adding as part of PR#25).

FallingParkour

Posts with mentions or reviews of FallingParkour. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-21.
  • Diagram for Describing Physics Objects in Unity
    4 projects | /r/Unity3D | 21 Nov 2021
    That way they follow the ground but can still collide with objects attached to it. I even used this idea to make obstacle courses without having to worry about the player getting thrown off for a multiplayer game (that was this project https://github.com/nicholas-maltbie/FallingParkour). Happy to talk about it more if you have any other questions.
  • 3rd Person Controller - Updated
    1 project | /r/Unity3D | 30 Sep 2021
    Feel free to steal some of my code it’s under a MIT license - https://github.com/nicholas-maltbie/FallingParkour/blob/main/Assets/Scripts/Character/KinematicCharacterController.cs
  • Am I blind or is Character Class Creation this hard?
    2 projects | /r/Unity3D | 30 Sep 2021
    I do have a multiplier networked character controller with prefab variations from a previous project. * mirror networking - look under Assets/Prefabs/Player - https://github.com/nicholas-maltbie/PropHunt-Mirror * mlapi - https://github.com/nicholas-maltbie/FallingParkour
  • MLAPI Spawned Object Limit
    1 project | /r/Unity3D | 18 Sep 2021
    My project is open source here nicholas-maltbie/FallingParkour: Multiplayer racing game made with Unity (github.com)
  • Started as a bug, but it's too fun to give up now
    4 projects | /r/IndieDev | 18 Sep 2021
    I was frustrated by the lack of a character controller and documentation online so I made my own (people sold them for like $60 on the asset store, I don't want to pay that for a silly project with friends). Here is the source code for the character controller if you're interested KinematicCharacterController.cs. I'm going to try and make a series of short videos explaining how it works.
  • Opinions on Mirror and MLAPI
    1 project | /r/Unity3D | 8 Sep 2021
    Here is the specific PR with the changes - Switch Networking Library to MLAPI (#39) · nicholas-maltbie/FallingParkour@39cb0f3 (github.com)
  • Making an Open Source Project Similar to Fall Guys - Feedback Welcome
    2 projects | /r/gamedev | 27 Aug 2021
    Just added a new game mode and looking for feedback on how the player controls and implementation of the existing game modes. Any advice or ideas are welcome. This is an open source project hosted on GitHub at https://github.com/nicholas-maltbie/FallingParkour.
  • Hexagons!
    2 projects | /r/Unity3D | 24 Aug 2021
    Here is a link to the current code https://github.com/nicholas-maltbie/FallingParkour/blob/feature/broken-floor/Assets/Scripts/Environment/Hexagon/RadialHexagonGrid.cs
  • Made a new update for my open source hobby project - Falling Parkour Update v0.0.17
    1 project | /r/u_flyQuixote | 21 Aug 2021
    Open source project is hosted on GitHub here - https://github.com/nicholas-maltbie/FallingParkour

What are some alternatives?

When comparing PropHunt-Mirror and FallingParkour you can also consider the following projects:

OpenKCC - Open Source Kinematic Character Controller for Unity

Recolor-Shader-Example - Example Showing How a Recolor Shader in Unity Works

Scrolling-Shaders-Example - Animating scrolling shaders example in unity using URP