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
- Host: GitHub
- URL: https://github.com/grizzly-machine/gists
- Owner: grizzly-machine
- License: mit
- Created: 2019-07-22T18:34:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T19:34:51.000Z (over 5 years ago)
- Last Synced: 2025-03-18T05:51:18.957Z (3 months ago)
- Topics: unity-asset, unity-scripts, unity3d
- Language: C#
- Size: 21.2 MB
- Stars: 51
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## [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. 
[More Info Here](https://www.grizzly-machine.com/entries/drawing-multiple-effects-with-one-particle-system)