ragdolls VS scriptable-object-based-guns

Compare ragdolls vs scriptable-object-based-guns and see what are their differences.

ragdolls

Learn about the ragdoll ceration workflow, a script to toggle between an Animator and Ragdoll, and some optimization ideas for having ragdolls in your game. (by llamacademy)
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
ragdolls scriptable-object-based-guns
1 2
20 95
- -
0.0 6.6
almost 2 years ago 3 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.

ragdolls

Posts with mentions or reviews of ragdolls. We have used some of these posts to build our list of alternatives and similar projects.

scriptable-object-based-guns

Posts with mentions or reviews of scriptable-object-based-guns. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing ragdolls and scriptable-object-based-guns you can also consider the following projects:

light-lod - Learn how to apply the "LOD" (Level of Detail) concept to lights!

ScriptableObjectVariant - Unity Odin editor helper which permits to set a "SOVariant" attribute to a ScriptableObject and override, or not, certain fields (similar to prefab variants but for scriptable objects).

EZSoftBone - A simple kinetic simulator for Unity, you can use it to simulate hair/tail/breast/skirt and other soft objects

raycast-bullet-trails - Learn how to add bullet trails (aka "tracers") to your hitscan weapons. In this tutorial repository you'll learn how to implement a hitscan gun that makes bullet impact effects, has bullet trails, and fires on left mouse click using the new input system.

hdrp-decal-projector - Learn about the HDRP Decal Projector in this tutorial repository and video!

scriptable-objects-explained - In this tutorial respository you'll learn about a hugely powerful tool provided to us by Unity, ScriptableObjects. Many beginners in Unity (myself included!) don't understand what these are and just completely disregard them.

lerping-fundamentals - Lerping is one of the foundational things you need to know about in video game development! There are so many use cases for lerping it's impossible to name them all! Almost any time you want to rotate, move, or change a value over time, lerping is an option.

worldspace-health-bars - Learn how to implement Worldspace Health Bars in this tutorial repository with accompanying video tutorial.

advanced-lerping - In this tutorial repository you'll learn how you can easily apply smoothing and randomness to smoothing by using Animation Curves or MinMaxCurves to achieve nonlinear interpolation on "lerp"s.

ai-series-part-39 - Learn how to transform your fully animated NavMeshAgents and transform them into a Ragdoll on death that eventually subtly fade out

canvas-scaler - The Canvas Scaler is a powerful tool to help your UI automatically scale across aspect ratios and resolutions, but understanding exactly how it achieves that is a little nuaced. In this week's video I'll be explaining how the Canvas Scaler knows how to scale up or down your UI based on the UI Scale Mode and other configurations so you can choose which one works best for you and your workflow!