userandrecancel
branchrust_reboot/maincancel

5,928 Commits over 3,959 Days - 0.06cph!

11 Years Ago
Time of Day update to 2.1.0 prerelease 2
11 Years Ago
Restored billboard materials and fixed billboard texture import settings
11 Years Ago
Unity keeps changing those when I open the project, I hope re-commiting them fixes that
11 Years Ago
Added bloom to night stars Fixed lens dirt toggle not working
11 Years Ago
Fixed file overwrite error after the first time building for standalone
11 Years Ago
Moved asset processors to their own folder
11 Years Ago
Added camera to bootstrap scene to keep some platforms from rendering shit on startup
11 Years Ago
This include shouldn't have been removed (doesn't matter for surface shaders)
11 Years Ago
Removed some legacy clutter from the terrain shader include files
11 Years Ago
Temporarily removed 2 terrain normal map samples from the shader
11 Years Ago
Shader fallback and include path adjustments
11 Years Ago
Adjusted terrain import settings (hopefully fixes missing textures)
11 Years Ago
Added animal spawns to spawn handler (put prefabs in Resources/Prefabs/animals)
11 Years Ago
Removed unused colliders from tree prefabs
11 Years Ago
Deleted unused prefabs
11 Years Ago
Merge from procgen (this will break all the things)
11 Years Ago
Optimized billboard shader
11 Years Ago
Added first draft of a custom tree billboard shader
11 Years Ago
Moved cginc files to their own folder so that they can be used by shaders in any subfolder
11 Years Ago
Added missing meta file
11 Years Ago
Added high-pass filtered versions of the 6 used splat textures
11 Years Ago
Ain't nobody puttin materials in ma texture folder
11 Years Ago
Added color mapping to singlepass terrain and mesh blend shaders
11 Years Ago
Moved old terrain textures to backup folder
11 Years Ago
Added some missing meta files, disabled default material import for bone knife
11 Years Ago
Added terrain material my tests so that I don't break everything else
11 Years Ago
Shader preparations for procedural terrain biomes
11 Years Ago
Moved image effects from UI to BG camera to keep UI from randomly not showing up on OS X
11 Years Ago
Added high-pass filtered grass atlas and made it the default to test This maintains some grass texture color variation compared to the grayscale version
11 Years Ago
Unified sound file locations (Content/Sounds)
11 Years Ago
Temporarily changed OS X build to 32bit due to instability issues (revisit with Unity 5)
11 Years Ago
Disabled automatic material import for weapon models Moved weapon materials and textures to correct folders
11 Years Ago
Added terrain shader singlepass skeleton
11 Years Ago
Added terrain shader splat utility method
11 Years Ago
Looks like this meta file can be removed
11 Years Ago
Time of Day update to 2.0.9
11 Years Ago
Time of Day update to 2.0.8
11 Years Ago
Changed OS X fullscreen mode to hide dock and menu bar
11 Years Ago
Added flare meta files Disabled automatic flare fbx material import
11 Years Ago
Fixed grass being white after its first generation Slightly reduced maximum wind bending Obsessed needlessly over code layout
11 Years Ago
Fixed HTML UI being invisible on OS X and Linux It might still be pretty buggy on those platforms, but at least not invisible and buggy
11 Years Ago
There seems to be a naming bug in those prefabs, Unity fixed it on library recreation
11 Years Ago
Made decor system use GameManager.CreatePrefab rather than GameObject.Instantiate
11 Years Ago
Added overloads of GameManager.CreatePrefab that take a GameObject as prefab
11 Years Ago
Removed manual garbage collection pass from grass system Let's see if we can get along without calling it manually at all
11 Years Ago
Made grass and decor gizmo color configurable via inspector
11 Years Ago
Added new grass and decor system to experimental (this will probably break everything)
11 Years Ago
Create textures from Color32 instead of Color struct
11 Years Ago
Made decor alignment to normal optional
11 Years Ago
No need to store static decor objects in a list