An open API service indexing awesome lists of open source software.

https://github.com/grizzly-machine/gists

Utilities and samples that don't warrant their own repo
https://github.com/grizzly-machine/gists

unity-asset unity-scripts unity3d

Last synced: 3 months ago
JSON representation

Utilities and samples that don't warrant their own repo

Awesome Lists containing this project

README

        

# Grizzly Machine's Unity Utilities and Samples
This is a dumping ground for utilties and sample code that do not warrant their own repos (things that would be in gists if orgs could create gists).

## [Grid Scrolling Shader](/GridScrollingShader/)
This simple unlit shader endlessly scrolls through a grid of cells within a texture. It supports scrolling vertically or horizontally, and can work within a subset of the texture to allow for atlassing.

[Tutorial Here](https://www.grizzly-machine.com/entries/tutorial-looped-grid-scrolling-shader)

![](/GridScrollingShader/gifs/GridScroller_half.gif)

## [Batched Particle Systems](/BatchedParticleSystem/)
Contains a couple simple scripts that allow multiple instances of the same or similar particle systems to be combined into one particle system with multiple emitters.

![](/BatchedParticleSystem/gifs/particles.gif) ![](/BatchedParticleSystem/gifs/BatchedParticles.gif)

[More Info Here](https://www.grizzly-machine.com/entries/drawing-multiple-effects-with-one-particle-system)