reporust_rebootcancel

140,539 Commits over 4,383 Days - 1.34cph!

10 Months Ago
Render screenshot once every 5 frames to the preview window so it doesn't lag the editor and make editor controls annoying to use
10 Months Ago
Switch from showing the scene view in the preview window to running the Screenshot() method every frame - applies all the rendering settings the screenshots have that the screen doesn't (such as black outline)
10 Months Ago
Explicitly pull compute shaders into content.bundle
10 Months Ago
Setup heart particle effects when you favourite a server Add ParticleEffectForUGI Setup pipeline for running and properly displaying particle effects on our UI (our camera setup made this a pain)
10 Months Ago
Skin viewer parallax when moving the mouse around
10 Months Ago
Merge from trimmed_asset_warmup/scene_warmup
10 Months Ago
Fix running in editor with use bundles off
10 Months Ago
Fix destroying and recreating render textures over and over until it starts throwing errors
10 Months Ago
Hopefully fix mac path issue Move logging to editor/development builds only
10 Months Ago
Always include SKybox/Procedural shader for ReflectionProbeEx
10 Months Ago
Delete all prop renderers in the scene when switching the selected prefab - fixes renderer objects not being deleted after the editor window is closed and reopened
10 Months Ago
Skin viewer v2 baseline, using twitchdrop renders models and lighting
10 Months Ago
Can now select prefabs, modify their values in the custom inspector and have them update the render
10 Months Ago
improve code quality and unsubscribe from events
10 Months Ago
fix mesh particle placement and LODS
10 Months Ago
Merge from trimmed_asset_warmup/scene_warmup
10 Months Ago
Merge from main
10 Months Ago
fix mesh width for clients
10 Months Ago
Fix preview window not redrawing every frame
10 Months Ago
Update icon renderer manifest
10 Months Ago
Spawn the prefab in the scene when you click it instead of setting one to active
10 Months Ago
Delete every prefab (except rendering ones) inside the IconRenderer scene, instead store the renderering setting in the PropRenderer component on the source prefab
10 Months Ago
Fix destroyed PropRenderer causing NRE and failing to draw window
10 Months Ago
Re-implemented the skin viewer in item store modal
10 Months Ago
Deleted some stuff I won't need
10 Months Ago
merge from Twitchdropsrender
10 Months Ago
Update iconrenderer_improvements/batch
10 Months Ago
merge from main -> iconrenderer_improvements
10 Months Ago
merge from main
10 Months Ago
Speed up instancing terrain culling by only walking a single wide ray from the top of the bounding box: "If you can't see the ears, then you can't see the cat."
10 Months Ago
rpg viewmodel animation update setup in unity
10 Months Ago
Moved some files in the right folders
10 Months Ago
Cleaned up store limited modal, tags are working
10 Months Ago
Menu Prefab
10 Months Ago
Bugfix: conditionally start bootstrap timer since it can be null Tests: none, trivial change
10 Months Ago
Buildfix: remove dead burst code and move job to namespace Avoids name mangling shenanigans Tests: build client locally
10 Months Ago
cleanup profile region
10 Months Ago
█▇▇▍▇▊ ▉▌▄ ▇▍▉▇▍ ▍▆▌ ▉▌▄▅█▇▊ ▅▅▉█▌▄▅▄▄▅
10 Months Ago
Underground config.
10 Months Ago
Add support for a subheader
10 Months Ago
jobified transform readback for effect updating, still slow to update scaled renderers though
10 Months Ago
pooling HitInfo for Projectile DoHit and don't string concat for every ricochet fx fire
10 Months Ago
MenuUI - support for Ultrawide, 16x9 and 4x3
10 Months Ago
merge from main
10 Months Ago
▊ ▉▆▅█▆ ▋▇█▉ ▇▇█▅▌▅██▉▄█▆▅▅▌▋▇█▆▉
10 Months Ago
Reset pools and fix evil runtime fields on scriptable objects. - Craggy Island now runs, as far as I can tell everything is functional but I'll test it a bit more with other scenes.
10 Months Ago
Cart button nre fix
10 Months Ago
Fix SteamId copying button on streamer mode
10 Months Ago
Update: enable batched projectiles and water checks by default in the BaseRaidBenchmark scene Tests: ran the scene
10 Months Ago
Update: add benchmark timer to SoundManager - replace magic values for timers with named consts It's chonky, so tracking it as well. Tests: ran the scene