userandrecancel

12,532 Commits over 3,806 Days - 0.14cph!

5 Months Ago
Workspace test
5 Months Ago
Cherry picking various changes from client_server_fields (fixes various serialization layout compile errors)
5 Months Ago
Compile fix
5 Months Ago
packages-lock merge fix
5 Months Ago
█▄▆▉▅▆ ▄▍▆▌▆▇▉ ▍▋▍ ▆▍▆_▍▌▆█▉▍▍ ▋▍▄▉▆▍▍▉█▉
5 Months Ago
Cherry picking Unity.AI.Navigation 2022 changeset
5 Months Ago
Unity 2022 part 1
5 Months Ago
Merge from main/Workshop Normal Map Fix
5 Months Ago
Subtracting 96103
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Merge from main
5 Months Ago
Fixed a bunch of places in PlayerWalkMovement setting Rigidbody.velocity without checking isKinematic
5 Months Ago
▅▄▅▆▆ ▍▄▄▆ ▇█▅█▆█▆▇█▆▊ █▋▊▅▉
5 Months Ago
More fucking around with Unity.AI.Navigation
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
BaseCombatEntity.Hurt uses pooling for HitInfo
5 Months Ago
Item / ItemManager use pooling
5 Months Ago
Eliminated BaseCombatEntity.Hurt GC alloc
5 Months Ago
Fixed BaseProjectile.DelayedModsChanged profiler sample mismatch
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Removing Unity.AI.Navigation package since we're using a customized version of the old one
5 Months Ago
▅▌▋▆▌ ▇▆▋▆▊ ▇▅▅▊▌▄ ▉▄▇ ▋
5 Months Ago
Kayak fix for "Setting linear velocity of a kinematic body is not supported."
5 Months Ago
SteamNewsSource http -> https
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Strip all UnityEngine.AI components from clients (attempt to fix warning spam)
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
OnParentChanging velocity adjustment is skipped on kinematic rigidbodies to fix: "Setting linear velocity of a kinematic body is not supported."
5 Months Ago
Replaced RenderSettings.customReflection with ReflectionProbe.defaultTexture
5 Months Ago
Compile fix
5 Months Ago
▋▊▋▆▇ ▉▇▍▉▅ ▅▆▅▉▍▉ █▆▆
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Namespace fix
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Serialization fixes
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Removing UnityEngine.Profiling.Memory.Experimental references
5 Months Ago
Merge from unity_2022.3.24
5 Months Ago
Meta files
5 Months Ago
Code changes
5 Months Ago
CurrentVersion, ProjectSettings
5 Months Ago
▉▇▌ ▍▅▅ █# ▌▅▇█▅█▉ ▍▅▇▆▉▇
5 Months Ago
Straighten road next to roadside monuments
5 Months Ago
Prefer longer cliff segments
5 Months Ago
PlaceCliffs has MinHeight and MaxHeight parameters to specifc terrain altitude range of certain cliff types
5 Months Ago
Moved GenerateCliffTopology slopeCutoff and splatCutoff to consts at the top of the file
5 Months Ago
Implemented "force the cliffs to spawn at the highest available Y position"
5 Months Ago
Fixed "cliff scaling doesn't always obey the min/max values"
5 Months Ago
ProceduralMapRoad spawns roadside monuments
5 Months Ago
PlaceMonumentsRoadside fixes & improvements