├── .gitignore ├── 2D Shader Graph ├── Assets │ ├── 2D Renderer.asset │ ├── 2D Renderer.asset.meta │ ├── Animations.meta │ ├── Animations │ │ ├── Apple_0.controller │ │ ├── Apple_0.controller.meta │ │ ├── Apple_Idle.anim │ │ ├── Apple_Idle.anim.meta │ │ ├── Duck_Idle.anim │ │ ├── Duck_Idle.anim.meta │ │ ├── Idle (32x32)_0.controller │ │ ├── Idle (32x32)_0.controller.meta │ │ ├── Idle (32x34)_0.controller │ │ ├── Idle (32x34)_0.controller.meta │ │ ├── Player_Idle.anim │ │ └── Player_Idle.anim.meta │ ├── Dissolve.mat │ ├── Dissolve.mat.meta │ ├── Dissolve.shadergraph │ ├── Dissolve.shadergraph.meta │ ├── PipelineAsset.asset │ ├── PipelineAsset.asset.meta │ ├── Pixel Adventure 1.meta │ ├── Pixel Adventure 1 │ │ ├── Assets.meta │ │ ├── Assets │ │ │ ├── Background.meta │ │ │ ├── Background │ │ │ │ ├── Blue.png │ │ │ │ ├── Blue.png.meta │ │ │ │ ├── Brown.png │ │ │ │ ├── Brown.png.meta │ │ │ │ ├── Gray.png │ │ │ │ ├── Gray.png.meta │ │ │ │ ├── Green.png │ │ │ │ ├── Green.png.meta │ │ │ │ ├── Pink.png │ │ │ │ ├── Pink.png.meta │ │ │ │ ├── Purple.png │ │ │ │ ├── Purple.png.meta │ │ │ │ ├── Yellow.png │ │ │ │ └── Yellow.png.meta │ │ │ ├── Items.meta │ │ │ ├── Items │ │ │ │ ├── Boxes.meta │ │ │ │ ├── Boxes │ │ │ │ │ ├── Box1.meta │ │ │ │ │ ├── Box1 │ │ │ │ │ │ ├── Break (28x24).png │ │ │ │ │ │ ├── Break (28x24).png.meta │ │ │ │ │ │ ├── Hit (28x24).png │ │ │ │ │ │ ├── Hit (28x24).png.meta │ │ │ │ │ │ ├── Idle.png │ │ │ │ │ │ └── Idle.png.meta │ │ │ │ │ ├── Box2.meta │ │ │ │ │ ├── Box2 │ │ │ │ │ │ ├── Break (28x24).png │ │ │ │ │ │ ├── Break (28x24).png.meta │ │ │ │ │ │ ├── Hit (28x24).png │ │ │ │ │ │ ├── Hit (28x24).png.meta │ │ │ │ │ │ ├── Idle.png │ │ │ │ │ │ └── Idle.png.meta │ │ │ │ │ ├── Box3.meta │ │ │ │ │ └── Box3 │ │ │ │ │ │ ├── Break (28x24).png │ │ │ │ │ │ ├── Break (28x24).png.meta │ │ │ │ │ │ ├── Hit (28x24).png │ │ │ │ │ │ ├── Hit (28x24).png.meta │ │ │ │ │ │ ├── Idle.png │ │ │ │ │ │ └── Idle.png.meta │ │ │ │ ├── Checkpoints.meta │ │ │ │ ├── Checkpoints │ │ │ │ │ ├── Checkpoint.meta │ │ │ │ │ ├── Checkpoint │ │ │ │ │ │ ├── Checkpoint (Flag Idle)(64x64).png │ │ │ │ │ │ ├── Checkpoint (Flag Idle)(64x64).png.meta │ │ │ │ │ │ ├── Checkpoint (Flag Out) (64x64).png │ │ │ │ │ │ ├── Checkpoint (Flag Out) (64x64).png.meta │ │ │ │ │ │ ├── Checkpoint (No Flag).png │ │ │ │ │ │ └── Checkpoint (No Flag).png.meta │ │ │ │ │ ├── End.meta │ │ │ │ │ ├── End │ │ │ │ │ │ ├── End (Idle).png │ │ │ │ │ │ ├── End (Idle).png.meta │ │ │ │ │ │ ├── End (Pressed) (64x64).png │ │ │ │ │ │ └── End (Pressed) (64x64).png.meta │ │ │ │ │ ├── Start.meta │ │ │ │ │ └── Start │ │ │ │ │ │ ├── Start (Idle).png │ │ │ │ │ │ ├── Start (Idle).png.meta │ │ │ │ │ │ ├── Start (Moving) (64x64).png │ │ │ │ │ │ └── Start (Moving) (64x64).png.meta │ │ │ │ ├── Fruits.meta │ │ │ │ └── Fruits │ │ │ │ │ ├── Apple.png │ │ │ │ │ ├── Apple.png.meta │ │ │ │ │ ├── Bananas.png │ │ │ │ │ ├── Bananas.png.meta │ │ │ │ │ ├── Cherries.png │ │ │ │ │ ├── Cherries.png.meta │ │ │ │ │ ├── Collected.png │ │ │ │ │ ├── Collected.png.meta │ │ │ │ │ ├── Kiwi.png │ │ │ │ │ ├── Kiwi.png.meta │ │ │ │ │ ├── Melon.png │ │ │ │ │ ├── Melon.png.meta │ │ │ │ │ ├── Orange.png │ │ │ │ │ ├── Orange.png.meta │ │ │ │ │ ├── Pineapple.png │ │ │ │ │ ├── Pineapple.png.meta │ │ │ │ │ ├── Strawberry.png │ │ │ │ │ └── Strawberry.png.meta │ │ │ ├── Main Characters.meta │ │ │ ├── Main Characters │ │ │ │ ├── Appearing (96x96).png │ │ │ │ ├── Appearing (96x96).png.meta │ │ │ │ ├── Desappearing (96x96).png │ │ │ │ ├── Desappearing (96x96).png.meta │ │ │ │ ├── Mask Dude.meta │ │ │ │ ├── Mask Dude │ │ │ │ │ ├── Double Jump (32x32).png │ │ │ │ │ ├── Double Jump (32x32).png.meta │ │ │ │ │ ├── Fall (32x32).png │ │ │ │ │ ├── Fall (32x32).png.meta │ │ │ │ │ ├── Hit (32x32).png │ │ │ │ │ ├── Hit (32x32).png.meta │ │ │ │ │ ├── Idle (32x32).png │ │ │ │ │ ├── Idle (32x32).png.meta │ │ │ │ │ ├── Jump (32x32).png │ │ │ │ │ ├── Jump (32x32).png.meta │ │ │ │ │ ├── Run (32x32).png │ │ │ │ │ ├── Run (32x32).png.meta │ │ │ │ │ ├── Wall Jump (32x32).png │ │ │ │ │ └── Wall Jump (32x32).png.meta │ │ │ │ ├── Ninja Frog.meta │ │ │ │ ├── Ninja Frog │ │ │ │ │ ├── Double Jump (32x32).png │ │ │ │ │ ├── Double Jump (32x32).png.meta │ │ │ │ │ ├── Fall (32x32).png │ │ │ │ │ ├── Fall (32x32).png.meta │ │ │ │ │ ├── Hit (32x32).png │ │ │ │ │ ├── Hit (32x32).png.meta │ │ │ │ │ ├── Idle (32x32).png │ │ │ │ │ ├── Idle (32x32).png.meta │ │ │ │ │ ├── Jump (32x32).png │ │ │ │ │ ├── Jump (32x32).png.meta │ │ │ │ │ ├── Run (32x32).png │ │ │ │ │ ├── Run (32x32).png.meta │ │ │ │ │ ├── Wall Jump (32x32).png │ │ │ │ │ └── Wall Jump (32x32).png.meta │ │ │ │ ├── Pink Man.meta │ │ │ │ ├── Pink Man │ │ │ │ │ ├── Double Jump (32x32).png │ │ │ │ │ ├── Double Jump (32x32).png.meta │ │ │ │ │ ├── Fall (32x32).png │ │ │ │ │ ├── Fall (32x32).png.meta │ │ │ │ │ ├── Hit (32x32).png │ │ │ │ │ ├── Hit (32x32).png.meta │ │ │ │ │ ├── Idle (32x32).png │ │ │ │ │ ├── Idle (32x32).png.meta │ │ │ │ │ ├── Jump (32x32).png │ │ │ │ │ ├── Jump (32x32).png.meta │ │ │ │ │ ├── Run (32x32).png │ │ │ │ │ ├── Run (32x32).png.meta │ │ │ │ │ ├── Wall Jump (32x32).png │ │ │ │ │ └── Wall Jump (32x32).png.meta │ │ │ │ ├── Virtual Guy.meta │ │ │ │ └── Virtual Guy │ │ │ │ │ ├── Double Jump (32x32).png │ │ │ │ │ ├── Double Jump (32x32).png.meta │ │ │ │ │ ├── Fall (32x32).png │ │ │ │ │ ├── Fall (32x32).png.meta │ │ │ │ │ ├── Hit (32x32).png │ │ │ │ │ ├── Hit (32x32).png.meta │ │ │ │ │ ├── Idle (32x32).png │ │ │ │ │ ├── Idle (32x32).png.meta │ │ │ │ │ ├── Jump (32x32).png │ │ │ │ │ ├── Jump (32x32).png.meta │ │ │ │ │ ├── Run (32x32).png │ │ │ │ │ ├── Run (32x32).png.meta │ │ │ │ │ ├── Wall Jump (32x32).png │ │ │ │ │ └── Wall Jump (32x32).png.meta │ │ │ ├── Other.meta │ │ │ ├── Other │ │ │ │ ├── Confetti (16x16).png │ │ │ │ ├── Confetti (16x16).png.meta │ │ │ │ ├── Dust Particle.png │ │ │ │ ├── Dust Particle.png.meta │ │ │ │ ├── Shadow.png │ │ │ │ ├── Shadow.png.meta │ │ │ │ ├── Transition.png │ │ │ │ └── Transition.png.meta │ │ │ ├── Terrain.meta │ │ │ ├── Terrain │ │ │ │ ├── Terrain (16x16) 1.png │ │ │ │ ├── Terrain (16x16) 1.png.meta │ │ │ │ ├── Terrain Sliced (16x16).png │ │ │ │ └── Terrain Sliced (16x16).png.meta │ │ │ ├── Traps.meta │ │ │ └── Traps │ │ │ │ ├── Arrow.meta │ │ │ │ ├── Arrow │ │ │ │ ├── Hit (18x18).png │ │ │ │ ├── Hit (18x18).png.meta │ │ │ │ ├── Idle (18x18).png │ │ │ │ └── Idle (18x18).png.meta │ │ │ │ ├── Blocks.meta │ │ │ │ ├── Blocks │ │ │ │ ├── HitSide (22x22).png │ │ │ │ ├── HitSide (22x22).png.meta │ │ │ │ ├── HitTop (22x22).png │ │ │ │ ├── HitTop (22x22).png.meta │ │ │ │ ├── Idle.png │ │ │ │ ├── Idle.png.meta │ │ │ │ ├── Part 1 (22x22).png │ │ │ │ ├── Part 1 (22x22).png.meta │ │ │ │ ├── Part 2 (22x22).png │ │ │ │ └── Part 2 (22x22).png.meta │ │ │ │ ├── Falling Platforms.meta │ │ │ │ ├── Falling Platforms │ │ │ │ ├── Off.png │ │ │ │ ├── Off.png.meta │ │ │ │ ├── On (32x10).png │ │ │ │ └── On (32x10).png.meta │ │ │ │ ├── Fan.meta │ │ │ │ ├── Fan │ │ │ │ ├── Off.png │ │ │ │ ├── Off.png.meta │ │ │ │ ├── On (24x8).png │ │ │ │ └── On (24x8).png.meta │ │ │ │ ├── Fire.meta │ │ │ │ ├── Fire │ │ │ │ ├── Hit (16x32).png │ │ │ │ ├── Hit (16x32).png.meta │ │ │ │ ├── Off.png │ │ │ │ ├── Off.png.meta │ │ │ │ ├── On (16x32).png │ │ │ │ └── On (16x32).png.meta │ │ │ │ ├── Platforms.meta │ │ │ │ ├── Platforms │ │ │ │ ├── Brown Off.png │ │ │ │ ├── Brown Off.png.meta │ │ │ │ ├── Brown On (32x8).png │ │ │ │ ├── Brown On (32x8).png.meta │ │ │ │ ├── Chain.png │ │ │ │ ├── Chain.png.meta │ │ │ │ ├── Grey Off.png │ │ │ │ ├── Grey Off.png.meta │ │ │ │ ├── Grey On (32x8).png │ │ │ │ └── Grey On (32x8).png.meta │ │ │ │ ├── Rock Head.meta │ │ │ │ ├── Rock Head │ │ │ │ ├── Blink (42x42).png │ │ │ │ ├── Blink (42x42).png.meta │ │ │ │ ├── Bottom Hit (42x42).png │ │ │ │ ├── Bottom Hit (42x42).png.meta │ │ │ │ ├── Idle.png │ │ │ │ ├── Idle.png.meta │ │ │ │ ├── Left Hit (42x42).png │ │ │ │ ├── Left Hit (42x42).png.meta │ │ │ │ ├── Right Hit (42x42).png │ │ │ │ ├── Right Hit (42x42).png.meta │ │ │ │ ├── Top Hit (42x42).png │ │ │ │ └── Top Hit (42x42).png.meta │ │ │ │ ├── Sand Mud Ice.meta │ │ │ │ ├── Sand Mud Ice │ │ │ │ ├── Ice Particle.png │ │ │ │ ├── Ice Particle.png.meta │ │ │ │ ├── Mud Particle.png │ │ │ │ ├── Mud Particle.png.meta │ │ │ │ ├── Sand Mud Ice (16x6) 1.png │ │ │ │ ├── Sand Mud Ice (16x6) 1.png.meta │ │ │ │ ├── Sand Mud Ice Sliced (16x6).png │ │ │ │ ├── Sand Mud Ice Sliced (16x6).png.meta │ │ │ │ ├── Sand Particle.png │ │ │ │ └── Sand Particle.png.meta │ │ │ │ ├── Saw.meta │ │ │ │ ├── Saw │ │ │ │ ├── Chain.png │ │ │ │ ├── Chain.png.meta │ │ │ │ ├── Off.png │ │ │ │ ├── Off.png.meta │ │ │ │ ├── On (38x38).png │ │ │ │ └── On (38x38).png.meta │ │ │ │ ├── Spike Head.meta │ │ │ │ ├── Spike Head │ │ │ │ ├── Blink (54x52).png │ │ │ │ ├── Blink (54x52).png.meta │ │ │ │ ├── Bottom Hit (54x52).png │ │ │ │ ├── Bottom Hit (54x52).png.meta │ │ │ │ ├── Idle.png │ │ │ │ ├── Idle.png.meta │ │ │ │ ├── Left Hit (54x52).png │ │ │ │ ├── Left Hit (54x52).png.meta │ │ │ │ ├── Right Hit (54x52).png │ │ │ │ ├── Right Hit (54x52).png.meta │ │ │ │ ├── Top Hit (54x52).png │ │ │ │ └── Top Hit (54x52).png.meta │ │ │ │ ├── Spiked Ball.meta │ │ │ │ ├── Spiked Ball │ │ │ │ ├── Chain.png │ │ │ │ ├── Chain.png.meta │ │ │ │ ├── Spiked Ball.png │ │ │ │ └── Spiked Ball.png.meta │ │ │ │ ├── Spikes.meta │ │ │ │ ├── Spikes │ │ │ │ ├── Idle.png │ │ │ │ └── Idle.png.meta │ │ │ │ ├── Trampoline.meta │ │ │ │ └── Trampoline │ │ │ │ ├── Idle.png │ │ │ │ ├── Idle.png.meta │ │ │ │ ├── Jump (28x28).png │ │ │ │ └── Jump (28x28).png.meta │ │ ├── Scenes.meta │ │ └── Scenes │ │ │ ├── Demo.unity │ │ │ └── Demo.unity.meta │ ├── Pixel Adventure 2.meta │ ├── Pixel Adventure 2 │ │ ├── Assets.meta │ │ ├── Assets │ │ │ ├── Enemies.meta │ │ │ └── Enemies │ │ │ │ ├── AngryPig.meta │ │ │ │ ├── AngryPig │ │ │ │ ├── Hit 1 (36x30).png │ │ │ │ ├── Hit 1 (36x30).png.meta │ │ │ │ ├── Hit 2 (36x30).png │ │ │ │ ├── Hit 2 (36x30).png.meta │ │ │ │ ├── Idle (36x30).png │ │ │ │ ├── Idle (36x30).png.meta │ │ │ │ ├── Run (36x30).png │ │ │ │ ├── Run (36x30).png.meta │ │ │ │ ├── Walk (36x30).png │ │ │ │ └── Walk (36x30).png.meta │ │ │ │ ├── Bat.meta │ │ │ │ ├── Bat │ │ │ │ ├── Ceiling In (46x30).png │ │ │ │ ├── Ceiling In (46x30).png.meta │ │ │ │ ├── Ceiling Out (46x30).png │ │ │ │ ├── Ceiling Out (46x30).png.meta │ │ │ │ ├── Flying (46x30).png │ │ │ │ ├── Flying (46x30).png.meta │ │ │ │ ├── Hit (46x30).png │ │ │ │ ├── Hit (46x30).png.meta │ │ │ │ ├── Idle (46x30).png │ │ │ │ └── Idle (46x30).png.meta │ │ │ │ ├── Bee.meta │ │ │ │ ├── Bee │ │ │ │ ├── Attack (36x34).png │ │ │ │ ├── Attack (36x34).png.meta │ │ │ │ ├── Bullet Pieces (16x16).png │ │ │ │ ├── Bullet Pieces (16x16).png.meta │ │ │ │ ├── Bullet.png │ │ │ │ ├── Bullet.png.meta │ │ │ │ ├── Hit (36x34).png │ │ │ │ ├── Hit (36x34).png.meta │ │ │ │ ├── Idle (36x34).png │ │ │ │ └── Idle (36x34).png.meta │ │ │ │ ├── BlueBird.meta │ │ │ │ ├── BlueBird │ │ │ │ ├── Flying (32x32).png │ │ │ │ ├── Flying (32x32).png.meta │ │ │ │ ├── Hit (32x32).png │ │ │ │ └── Hit (32x32).png.meta │ │ │ │ ├── Bunny.meta │ │ │ │ ├── Bunny │ │ │ │ ├── Fall.png │ │ │ │ ├── Fall.png.meta │ │ │ │ ├── Hit (34x44).png │ │ │ │ ├── Hit (34x44).png.meta │ │ │ │ ├── Idle (34x44).png │ │ │ │ ├── Idle (34x44).png.meta │ │ │ │ ├── Jump.png │ │ │ │ ├── Jump.png.meta │ │ │ │ ├── Run (34x44).png │ │ │ │ └── Run (34x44).png.meta │ │ │ │ ├── Chameleon.meta │ │ │ │ ├── Chameleon │ │ │ │ ├── Attack (84x38).png │ │ │ │ ├── Attack (84x38).png.meta │ │ │ │ ├── Hit (84x38).png │ │ │ │ ├── Hit (84x38).png.meta │ │ │ │ ├── Idle (84x38).png │ │ │ │ ├── Idle (84x38).png.meta │ │ │ │ ├── Run (84x38).png │ │ │ │ └── Run (84x38).png.meta │ │ │ │ ├── Chicken.meta │ │ │ │ ├── Chicken │ │ │ │ ├── Hit (32x34).png │ │ │ │ ├── Hit (32x34).png.meta │ │ │ │ ├── Idle (32x34).png │ │ │ │ ├── Idle (32x34).png.meta │ │ │ │ ├── Run (32x34).png │ │ │ │ └── Run (32x34).png.meta │ │ │ │ ├── Duck.meta │ │ │ │ ├── Duck │ │ │ │ ├── Fall (36x36).png │ │ │ │ ├── Fall (36x36).png.meta │ │ │ │ ├── Hit (36x36).png │ │ │ │ ├── Hit (36x36).png.meta │ │ │ │ ├── Idle (36x36).png │ │ │ │ ├── Idle (36x36).png.meta │ │ │ │ ├── Jump (36x36).png │ │ │ │ ├── Jump (36x36).png.meta │ │ │ │ ├── Jump Anticipation (36x36).png │ │ │ │ └── Jump Anticipation (36x36).png.meta │ │ │ │ ├── FatBird.meta │ │ │ │ ├── FatBird │ │ │ │ ├── Fall (40x48).png │ │ │ │ ├── Fall (40x48).png.meta │ │ │ │ ├── Ground (40x48).png │ │ │ │ ├── Ground (40x48).png.meta │ │ │ │ ├── Hit (40x48).png │ │ │ │ ├── Hit (40x48).png.meta │ │ │ │ ├── Idle (40x48).png │ │ │ │ └── Idle (40x48).png.meta │ │ │ │ ├── Ghost.meta │ │ │ │ ├── Ghost │ │ │ │ ├── Appear (44x30).png │ │ │ │ ├── Appear (44x30).png.meta │ │ │ │ ├── Desappear (44x30).png │ │ │ │ ├── Desappear (44x30).png.meta │ │ │ │ ├── Gost Particles (16x16).png │ │ │ │ ├── Gost Particles (16x16).png.meta │ │ │ │ ├── Hit (44x30).png │ │ │ │ ├── Hit (44x30).png.meta │ │ │ │ ├── Idle (44x30).png │ │ │ │ └── Idle (44x30).png.meta │ │ │ │ ├── Mushroom.meta │ │ │ │ ├── Mushroom │ │ │ │ ├── Hit (32x32).png │ │ │ │ ├── Hit (32x32).png.meta │ │ │ │ ├── Idle (32x32).png │ │ │ │ ├── Idle (32x32).png.meta │ │ │ │ ├── Run (32x32).png │ │ │ │ └── Run (32x32).png.meta │ │ │ │ ├── Plant.meta │ │ │ │ ├── Plant │ │ │ │ ├── Attack (44x42).png │ │ │ │ ├── Attack (44x42).png.meta │ │ │ │ ├── Bullet Pieces (16x16).png │ │ │ │ ├── Bullet Pieces (16x16).png.meta │ │ │ │ ├── Bullet.png │ │ │ │ ├── Bullet.png.meta │ │ │ │ ├── Hit (44x42).png │ │ │ │ ├── Hit (44x42).png.meta │ │ │ │ ├── Idle (44x42).png │ │ │ │ └── Idle (44x42).png.meta │ │ │ │ ├── Radish.meta │ │ │ │ ├── Radish │ │ │ │ ├── Hit (30x38).png │ │ │ │ ├── Hit (30x38).png.meta │ │ │ │ ├── Idle 1 (30x38).png │ │ │ │ ├── Idle 1 (30x38).png.meta │ │ │ │ ├── Idle 2 (30x38).png │ │ │ │ ├── Idle 2 (30x38).png.meta │ │ │ │ ├── Leafs (16x16).png │ │ │ │ ├── Leafs (16x16).png.meta │ │ │ │ ├── Run (30x38).png │ │ │ │ └── Run (30x38).png.meta │ │ │ │ ├── Rino.meta │ │ │ │ ├── Rino │ │ │ │ ├── Hit (52x34).png │ │ │ │ ├── Hit (52x34).png.meta │ │ │ │ ├── Hit Wall (52x34).png │ │ │ │ ├── Hit Wall (52x34).png.meta │ │ │ │ ├── Idle (52x34).png │ │ │ │ ├── Idle (52x34).png.meta │ │ │ │ ├── Run (52x34).png │ │ │ │ └── Run (52x34).png.meta │ │ │ │ ├── Rocks.meta │ │ │ │ ├── Rocks │ │ │ │ ├── Rock1_Hit.png │ │ │ │ ├── Rock1_Hit.png.meta │ │ │ │ ├── Rock1_Idle (38x34).png │ │ │ │ ├── Rock1_Idle (38x34).png.meta │ │ │ │ ├── Rock1_Run (38x34).png │ │ │ │ ├── Rock1_Run (38x34).png.meta │ │ │ │ ├── Rock2_Hit (32x28).png │ │ │ │ ├── Rock2_Hit (32x28).png.meta │ │ │ │ ├── Rock2_Idle (32x28).png │ │ │ │ ├── Rock2_Idle (32x28).png.meta │ │ │ │ ├── Rock2_Run (32x28).png │ │ │ │ ├── Rock2_Run (32x28).png.meta │ │ │ │ ├── Rock3_Hit (22x18).png │ │ │ │ ├── Rock3_Hit (22x18).png.meta │ │ │ │ ├── Rock3_Idle (22x18).png │ │ │ │ ├── Rock3_Idle (22x18).png.meta │ │ │ │ ├── Rock3_Run (22x18).png │ │ │ │ └── Rock3_Run (22x18).png.meta │ │ │ │ ├── Skull.meta │ │ │ │ ├── Skull │ │ │ │ ├── Hit (52x54).png │ │ │ │ ├── Hit (52x54).png.meta │ │ │ │ ├── Hit Wall 1 (52x54).png │ │ │ │ ├── Hit Wall 1 (52x54).png.meta │ │ │ │ ├── Hit Wall 2 (52x54).png │ │ │ │ ├── Hit Wall 2 (52x54).png.meta │ │ │ │ ├── Idle 1 (52x54).png │ │ │ │ ├── Idle 1 (52x54).png.meta │ │ │ │ ├── Idle 2 (52x54).png │ │ │ │ ├── Idle 2 (52x54).png.meta │ │ │ │ ├── Orange Particle.png │ │ │ │ ├── Orange Particle.png.meta │ │ │ │ ├── Red Particle.png │ │ │ │ └── Red Particle.png.meta │ │ │ │ ├── Slime.meta │ │ │ │ ├── Slime │ │ │ │ ├── Hit (44x30).png │ │ │ │ ├── Hit (44x30).png.meta │ │ │ │ ├── Idle-Run (44x30).png │ │ │ │ ├── Idle-Run (44x30).png.meta │ │ │ │ ├── Particles (16x16).png │ │ │ │ └── Particles (16x16).png.meta │ │ │ │ ├── Snail.meta │ │ │ │ ├── Snail │ │ │ │ ├── Hit (38x24).png │ │ │ │ ├── Hit (38x24).png.meta │ │ │ │ ├── Idle (38x24).png │ │ │ │ ├── Idle (38x24).png.meta │ │ │ │ ├── Shell Idle (38x24).png │ │ │ │ ├── Shell Idle (38x24).png.meta │ │ │ │ ├── Shell Top Hit (38x24).png │ │ │ │ ├── Shell Top Hit (38x24).png.meta │ │ │ │ ├── Shell Wall Hit (38x24).png │ │ │ │ ├── Shell Wall Hit (38x24).png.meta │ │ │ │ ├── Snail without shell.png │ │ │ │ ├── Snail without shell.png.meta │ │ │ │ ├── Walk (38x24).png │ │ │ │ └── Walk (38x24).png.meta │ │ │ │ ├── Trunk.meta │ │ │ │ ├── Trunk │ │ │ │ ├── Attack (64x32).png │ │ │ │ ├── Attack (64x32).png.meta │ │ │ │ ├── Bullet Pieces (16x16).png │ │ │ │ ├── Bullet Pieces (16x16).png.meta │ │ │ │ ├── Bullet.png │ │ │ │ ├── Bullet.png.meta │ │ │ │ ├── Hit (64x32).png │ │ │ │ ├── Hit (64x32).png.meta │ │ │ │ ├── Idle (64x32).png │ │ │ │ ├── Idle (64x32).png.meta │ │ │ │ ├── Run (64x32).png │ │ │ │ └── Run (64x32).png.meta │ │ │ │ ├── Turtle.meta │ │ │ │ └── Turtle │ │ │ │ ├── Hit (44x26).png │ │ │ │ ├── Hit (44x26).png.meta │ │ │ │ ├── Idle 1 (44x26).png │ │ │ │ ├── Idle 1 (44x26).png.meta │ │ │ │ ├── Idle 2 (44x26).png │ │ │ │ ├── Idle 2 (44x26).png.meta │ │ │ │ ├── Spikes in (44x26).png │ │ │ │ ├── Spikes in (44x26).png.meta │ │ │ │ ├── Spikes out (44x26).png │ │ │ │ └── Spikes out (44x26).png.meta │ │ ├── Scenes.meta │ │ └── Scenes │ │ │ ├── Demo.unity │ │ │ └── Demo.unity.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.meta │ │ ├── SampleScene.unity │ │ ├── SampleScene.unity.meta │ │ └── SampleScene │ │ │ ├── Global Volume Profile 1.asset │ │ │ ├── Global Volume Profile 1.asset.meta │ │ │ ├── Global Volume Profile.asset │ │ │ └── Global Volume Profile.asset.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Dissolve.cs │ │ └── Dissolve.cs.meta │ ├── Tiles.meta │ └── Tiles │ │ ├── Blue.asset │ │ ├── Blue.asset.meta │ │ ├── Brown.asset │ │ ├── Brown.asset.meta │ │ ├── Gray.asset │ │ ├── Gray.asset.meta │ │ ├── Green.asset │ │ ├── Green.asset.meta │ │ ├── Main.prefab │ │ ├── Main.prefab.meta │ │ ├── Main2.prefab │ │ ├── Main2.prefab.meta │ │ ├── Pink.asset │ │ ├── Pink.asset.meta │ │ ├── Purple.asset │ │ ├── Purple.asset.meta │ │ ├── Terrain (16x16)_0.asset │ │ ├── Terrain (16x16)_0.asset.meta │ │ ├── Terrain (16x16)_1.asset │ │ ├── Terrain (16x16)_1.asset.meta │ │ ├── Terrain (16x16)_10.asset │ │ ├── Terrain (16x16)_10.asset.meta │ │ ├── Terrain (16x16)_100.asset │ │ ├── Terrain (16x16)_100.asset.meta │ │ ├── Terrain (16x16)_101.asset │ │ ├── Terrain (16x16)_101.asset.meta │ │ ├── Terrain (16x16)_102.asset │ │ ├── Terrain (16x16)_102.asset.meta │ │ ├── Terrain (16x16)_103.asset │ │ ├── Terrain (16x16)_103.asset.meta │ │ ├── Terrain (16x16)_104.asset │ │ ├── Terrain (16x16)_104.asset.meta │ │ ├── Terrain (16x16)_105.asset │ │ ├── Terrain (16x16)_105.asset.meta │ │ ├── Terrain (16x16)_106.asset │ │ ├── Terrain (16x16)_106.asset.meta │ │ ├── Terrain (16x16)_107.asset │ │ ├── Terrain (16x16)_107.asset.meta │ │ ├── Terrain (16x16)_108.asset │ │ ├── Terrain (16x16)_108.asset.meta │ │ ├── Terrain (16x16)_109.asset │ │ ├── Terrain (16x16)_109.asset.meta │ │ ├── Terrain (16x16)_11.asset │ │ ├── Terrain (16x16)_11.asset.meta │ │ ├── Terrain (16x16)_110.asset │ │ ├── Terrain (16x16)_110.asset.meta │ │ ├── Terrain (16x16)_111.asset │ │ ├── Terrain (16x16)_111.asset.meta │ │ ├── Terrain (16x16)_112.asset │ │ ├── Terrain (16x16)_112.asset.meta │ │ ├── Terrain (16x16)_113.asset │ │ ├── Terrain (16x16)_113.asset.meta │ │ ├── Terrain (16x16)_114.asset │ │ ├── Terrain (16x16)_114.asset.meta │ │ ├── Terrain (16x16)_115.asset │ │ ├── Terrain (16x16)_115.asset.meta │ │ ├── Terrain (16x16)_116.asset │ │ ├── Terrain (16x16)_116.asset.meta │ │ ├── Terrain (16x16)_117.asset │ │ ├── Terrain (16x16)_117.asset.meta │ │ ├── Terrain (16x16)_118.asset │ │ ├── Terrain (16x16)_118.asset.meta │ │ ├── Terrain (16x16)_119.asset │ │ ├── Terrain (16x16)_119.asset.meta │ │ ├── Terrain (16x16)_12.asset │ │ ├── Terrain (16x16)_12.asset.meta │ │ ├── Terrain (16x16)_120.asset │ │ ├── Terrain (16x16)_120.asset.meta │ │ ├── Terrain (16x16)_121.asset │ │ ├── Terrain (16x16)_121.asset.meta │ │ ├── Terrain (16x16)_122.asset │ │ ├── Terrain (16x16)_122.asset.meta │ │ ├── Terrain (16x16)_123.asset │ │ ├── Terrain (16x16)_123.asset.meta │ │ ├── Terrain (16x16)_124.asset │ │ ├── Terrain (16x16)_124.asset.meta │ │ ├── Terrain (16x16)_125.asset │ │ ├── Terrain (16x16)_125.asset.meta │ │ ├── Terrain (16x16)_126.asset │ │ ├── Terrain (16x16)_126.asset.meta │ │ ├── Terrain (16x16)_127.asset │ │ ├── Terrain (16x16)_127.asset.meta │ │ ├── Terrain (16x16)_128.asset │ │ ├── Terrain (16x16)_128.asset.meta │ │ ├── Terrain (16x16)_129.asset │ │ ├── Terrain (16x16)_129.asset.meta │ │ ├── Terrain (16x16)_13.asset │ │ ├── Terrain (16x16)_13.asset.meta │ │ ├── Terrain (16x16)_130.asset │ │ ├── Terrain (16x16)_130.asset.meta │ │ ├── Terrain (16x16)_131.asset │ │ ├── Terrain (16x16)_131.asset.meta │ │ ├── Terrain (16x16)_132.asset │ │ ├── Terrain (16x16)_132.asset.meta │ │ ├── Terrain (16x16)_133.asset │ │ ├── Terrain (16x16)_133.asset.meta │ │ ├── Terrain (16x16)_134.asset │ │ ├── Terrain (16x16)_134.asset.meta │ │ ├── Terrain (16x16)_135.asset │ │ ├── Terrain (16x16)_135.asset.meta │ │ ├── Terrain (16x16)_136.asset │ │ ├── Terrain (16x16)_136.asset.meta │ │ ├── Terrain (16x16)_137.asset │ │ ├── Terrain (16x16)_137.asset.meta │ │ ├── Terrain (16x16)_138.asset │ │ ├── Terrain (16x16)_138.asset.meta │ │ ├── Terrain (16x16)_139.asset │ │ ├── Terrain (16x16)_139.asset.meta │ │ ├── Terrain (16x16)_14.asset │ │ ├── Terrain (16x16)_14.asset.meta │ │ ├── Terrain (16x16)_140.asset │ │ ├── Terrain (16x16)_140.asset.meta │ │ ├── Terrain (16x16)_141.asset │ │ ├── Terrain (16x16)_141.asset.meta │ │ ├── Terrain (16x16)_142.asset │ │ ├── Terrain (16x16)_142.asset.meta │ │ ├── Terrain (16x16)_143.asset │ │ ├── Terrain (16x16)_143.asset.meta │ │ ├── Terrain (16x16)_15.asset │ │ ├── Terrain (16x16)_15.asset.meta │ │ ├── Terrain (16x16)_16.asset │ │ ├── Terrain (16x16)_16.asset.meta │ │ ├── Terrain (16x16)_17.asset │ │ ├── Terrain (16x16)_17.asset.meta │ │ ├── Terrain (16x16)_18.asset │ │ ├── Terrain (16x16)_18.asset.meta │ │ ├── Terrain (16x16)_19.asset │ │ ├── Terrain (16x16)_19.asset.meta │ │ ├── Terrain (16x16)_2.asset │ │ ├── Terrain (16x16)_2.asset.meta │ │ ├── Terrain (16x16)_20.asset │ │ ├── Terrain (16x16)_20.asset.meta │ │ ├── Terrain (16x16)_21.asset │ │ ├── Terrain (16x16)_21.asset.meta │ │ ├── Terrain (16x16)_22.asset │ │ ├── Terrain (16x16)_22.asset.meta │ │ ├── Terrain (16x16)_23.asset │ │ ├── Terrain (16x16)_23.asset.meta │ │ ├── Terrain (16x16)_24.asset │ │ ├── Terrain (16x16)_24.asset.meta │ │ ├── Terrain (16x16)_25.asset │ │ ├── Terrain (16x16)_25.asset.meta │ │ ├── Terrain (16x16)_26.asset │ │ ├── Terrain (16x16)_26.asset.meta │ │ ├── Terrain (16x16)_27.asset │ │ ├── Terrain (16x16)_27.asset.meta │ │ ├── Terrain (16x16)_28.asset │ │ ├── Terrain (16x16)_28.asset.meta │ │ ├── Terrain (16x16)_29.asset │ │ ├── Terrain (16x16)_29.asset.meta │ │ ├── Terrain (16x16)_3.asset │ │ ├── Terrain (16x16)_3.asset.meta │ │ ├── Terrain (16x16)_30.asset │ │ ├── Terrain (16x16)_30.asset.meta │ │ ├── Terrain (16x16)_31.asset │ │ ├── Terrain (16x16)_31.asset.meta │ │ ├── Terrain (16x16)_32.asset │ │ ├── Terrain (16x16)_32.asset.meta │ │ ├── Terrain (16x16)_33.asset │ │ ├── Terrain (16x16)_33.asset.meta │ │ ├── Terrain (16x16)_34.asset │ │ ├── Terrain (16x16)_34.asset.meta │ │ ├── Terrain (16x16)_35.asset │ │ ├── Terrain (16x16)_35.asset.meta │ │ ├── Terrain (16x16)_36.asset │ │ ├── Terrain (16x16)_36.asset.meta │ │ ├── Terrain (16x16)_37.asset │ │ ├── Terrain (16x16)_37.asset.meta │ │ ├── Terrain (16x16)_38.asset │ │ ├── Terrain (16x16)_38.asset.meta │ │ ├── Terrain (16x16)_39.asset │ │ ├── Terrain (16x16)_39.asset.meta │ │ ├── Terrain (16x16)_4.asset │ │ ├── Terrain (16x16)_4.asset.meta │ │ ├── Terrain (16x16)_40.asset │ │ ├── Terrain (16x16)_40.asset.meta │ │ ├── Terrain (16x16)_41.asset │ │ ├── Terrain (16x16)_41.asset.meta │ │ ├── Terrain (16x16)_42.asset │ │ ├── Terrain (16x16)_42.asset.meta │ │ ├── Terrain (16x16)_43.asset │ │ ├── Terrain (16x16)_43.asset.meta │ │ ├── Terrain (16x16)_44.asset │ │ ├── Terrain (16x16)_44.asset.meta │ │ ├── Terrain (16x16)_45.asset │ │ ├── Terrain (16x16)_45.asset.meta │ │ ├── Terrain (16x16)_46.asset │ │ ├── Terrain (16x16)_46.asset.meta │ │ ├── Terrain (16x16)_47.asset │ │ ├── Terrain (16x16)_47.asset.meta │ │ ├── Terrain (16x16)_48.asset │ │ ├── Terrain (16x16)_48.asset.meta │ │ ├── Terrain (16x16)_49.asset │ │ ├── Terrain (16x16)_49.asset.meta │ │ ├── Terrain (16x16)_5.asset │ │ ├── Terrain (16x16)_5.asset.meta │ │ ├── Terrain (16x16)_50.asset │ │ ├── Terrain (16x16)_50.asset.meta │ │ ├── Terrain (16x16)_51.asset │ │ ├── Terrain (16x16)_51.asset.meta │ │ ├── Terrain (16x16)_52.asset │ │ ├── Terrain (16x16)_52.asset.meta │ │ ├── Terrain (16x16)_53.asset │ │ ├── Terrain (16x16)_53.asset.meta │ │ ├── Terrain (16x16)_54.asset │ │ ├── Terrain (16x16)_54.asset.meta │ │ ├── Terrain (16x16)_55.asset │ │ ├── Terrain (16x16)_55.asset.meta │ │ ├── Terrain (16x16)_56.asset │ │ ├── Terrain (16x16)_56.asset.meta │ │ ├── Terrain (16x16)_57.asset │ │ ├── Terrain (16x16)_57.asset.meta │ │ ├── Terrain (16x16)_58.asset │ │ ├── Terrain (16x16)_58.asset.meta │ │ ├── Terrain (16x16)_59.asset │ │ ├── Terrain (16x16)_59.asset.meta │ │ ├── Terrain (16x16)_6.asset │ │ ├── Terrain (16x16)_6.asset.meta │ │ ├── Terrain (16x16)_60.asset │ │ ├── Terrain (16x16)_60.asset.meta │ │ ├── Terrain (16x16)_61.asset │ │ ├── Terrain (16x16)_61.asset.meta │ │ ├── Terrain (16x16)_62.asset │ │ ├── Terrain (16x16)_62.asset.meta │ │ ├── Terrain (16x16)_63.asset │ │ ├── Terrain (16x16)_63.asset.meta │ │ ├── Terrain (16x16)_64.asset │ │ ├── Terrain (16x16)_64.asset.meta │ │ ├── Terrain (16x16)_65.asset │ │ ├── Terrain (16x16)_65.asset.meta │ │ ├── Terrain (16x16)_66.asset │ │ ├── Terrain (16x16)_66.asset.meta │ │ ├── Terrain (16x16)_67.asset │ │ ├── Terrain (16x16)_67.asset.meta │ │ ├── Terrain (16x16)_68.asset │ │ ├── Terrain (16x16)_68.asset.meta │ │ ├── Terrain (16x16)_69.asset │ │ ├── Terrain (16x16)_69.asset.meta │ │ ├── Terrain (16x16)_7.asset │ │ ├── Terrain (16x16)_7.asset.meta │ │ ├── Terrain (16x16)_70.asset │ │ ├── Terrain (16x16)_70.asset.meta │ │ ├── Terrain (16x16)_71.asset │ │ ├── Terrain (16x16)_71.asset.meta │ │ ├── Terrain (16x16)_72.asset │ │ ├── Terrain (16x16)_72.asset.meta │ │ ├── Terrain (16x16)_73.asset │ │ ├── Terrain (16x16)_73.asset.meta │ │ ├── Terrain (16x16)_74.asset │ │ ├── Terrain (16x16)_74.asset.meta │ │ ├── Terrain (16x16)_75.asset │ │ ├── Terrain (16x16)_75.asset.meta │ │ ├── Terrain (16x16)_76.asset │ │ ├── Terrain (16x16)_76.asset.meta │ │ ├── Terrain (16x16)_77.asset │ │ ├── Terrain (16x16)_77.asset.meta │ │ ├── Terrain (16x16)_78.asset │ │ ├── Terrain (16x16)_78.asset.meta │ │ ├── Terrain (16x16)_79.asset │ │ ├── Terrain (16x16)_79.asset.meta │ │ ├── Terrain (16x16)_8.asset │ │ ├── Terrain (16x16)_8.asset.meta │ │ ├── Terrain (16x16)_80.asset │ │ ├── Terrain (16x16)_80.asset.meta │ │ ├── Terrain (16x16)_81.asset │ │ ├── Terrain (16x16)_81.asset.meta │ │ ├── Terrain (16x16)_82.asset │ │ ├── Terrain (16x16)_82.asset.meta │ │ ├── Terrain (16x16)_83.asset │ │ ├── Terrain (16x16)_83.asset.meta │ │ ├── Terrain (16x16)_84.asset │ │ ├── Terrain (16x16)_84.asset.meta │ │ ├── Terrain (16x16)_85.asset │ │ ├── Terrain (16x16)_85.asset.meta │ │ ├── Terrain (16x16)_86.asset │ │ ├── Terrain (16x16)_86.asset.meta │ │ ├── Terrain (16x16)_87.asset │ │ ├── Terrain (16x16)_87.asset.meta │ │ ├── Terrain (16x16)_88.asset │ │ ├── Terrain (16x16)_88.asset.meta │ │ ├── Terrain (16x16)_89.asset │ │ ├── Terrain (16x16)_89.asset.meta │ │ ├── Terrain (16x16)_9.asset │ │ ├── Terrain (16x16)_9.asset.meta │ │ ├── Terrain (16x16)_90.asset │ │ ├── Terrain (16x16)_90.asset.meta │ │ ├── Terrain (16x16)_91.asset │ │ ├── Terrain (16x16)_91.asset.meta │ │ ├── Terrain (16x16)_92.asset │ │ ├── Terrain (16x16)_92.asset.meta │ │ ├── Terrain (16x16)_93.asset │ │ ├── Terrain (16x16)_93.asset.meta │ │ ├── Terrain (16x16)_94.asset │ │ ├── Terrain (16x16)_94.asset.meta │ │ ├── Terrain (16x16)_95.asset │ │ ├── Terrain (16x16)_95.asset.meta │ │ ├── Terrain (16x16)_96.asset │ │ ├── Terrain (16x16)_96.asset.meta │ │ ├── Terrain (16x16)_97.asset │ │ ├── Terrain (16x16)_97.asset.meta │ │ ├── Terrain (16x16)_98.asset │ │ ├── Terrain (16x16)_98.asset.meta │ │ ├── Terrain (16x16)_99.asset │ │ ├── Terrain (16x16)_99.asset.meta │ │ ├── Yellow.asset │ │ └── Yellow.asset.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ └── XRSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | [Ll]ibrary/ 2 | [Tt]emp/ 3 | [Oo]bj/ 4 | [Bb]uild/ 5 | [Bb]uilds/ 6 | Assets/AssetStoreTools* 7 | 8 | # Visual Studio cache directory 9 | .vs/ 10 | 11 | # Autogenerated VS/MD/Consulo solution and project files 12 | ExportedObj/ 13 | .consulo/ 14 | *.csproj 15 | *.unityproj 16 | *.sln 17 | *.suo 18 | *.tmp 19 | *.user 20 | *.userprefs 21 | *.pidb 22 | *.booproj 23 | *.svd 24 | *.pdb 25 | *.opendb 26 | 27 | # Unity3D generated meta files 28 | *.pidb.meta 29 | *.pdb.meta 30 | 31 | # Unity3D Generated File On Crash Reports 32 | sysinfo.txt 33 | 34 | # Builds 35 | *.apk 36 | *.unitypackage -------------------------------------------------------------------------------- /2D Shader Graph/Assets/2D Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9ef6ce2fc6e03c4f9a770716458a9be 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c76a5fc85e9f6a649b0e39575984655e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Apple_0.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d6cbce5e324a5f4b9b93f42c4f32b51 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Apple_Idle.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72144440dedb307428cbca44224b8596 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Duck_Idle.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44c304859f7759d428c7a1c48f2cd9fb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Idle (32x32)_0.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d66b4300e9b734c4c819b299e98a3d6a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Idle (32x34)_0.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b23c3a4d24d31b941b518cc0fcd92a97 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Animations/Player_Idle.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7432326394e2a3d46b5cbb2348a204aa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Dissolve.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Dissolve 11 | m_Shader: {fileID: -6465566751694194690, guid: 452551cf68063404fbb830a5e55c48ff, 12 | type: 3} 13 | m_ShaderKeywords: ETC1_EXTERNAL_ALPHA 14 | m_LightmapFlags: 4 15 | m_EnableInstancingVariants: 0 16 | m_DoubleSidedGI: 0 17 | m_CustomRenderQueue: -1 18 | stringTagMap: {} 19 | disabledShaderPasses: [] 20 | m_SavedProperties: 21 | serializedVersion: 3 22 | m_TexEnvs: 23 | - _MainTex: 24 | m_Texture: {fileID: 0} 25 | m_Scale: {x: 1, y: 1} 26 | m_Offset: {x: 0, y: 0} 27 | m_Floats: 28 | - _Fade: 0.836 29 | - _Scale: 15.72 30 | m_Colors: 31 | - Color_7A0CCA10: {r: 3.1320755, g: 0.82255054, b: 0.4284444, a: 0} 32 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Dissolve.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8682e0df45156754ea75e3794cf9bfbc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Dissolve.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 452551cf68063404fbb830a5e55c48ff 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/PipelineAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c9cbf00b5ccfcc47b2bb7ea55b96819 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82a3eae870a3e9543ab1deb60f769a3b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7fabf8f9d1b6f6499883b9c8ad15b65 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2c5ef056991e3c4b902833ce4b5c2f9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Blue.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Brown.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Gray.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Green.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Pink.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Purple.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Background/Yellow.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45aa8edc5710be2418fa949495904348 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 648ed3ed826419f4c96791acd0d924a3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a12092f6ff79404e9e7c4977fd075b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Break (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Break (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Hit (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Hit (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box1/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b1556c3e2f80824cad49c069b6f268e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Break (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Break (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Hit (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Hit (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box2/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e2fdfdd8b2c59b4db96dd6ccb9d86b2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Break (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Break (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Hit (28x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Hit (28x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Boxes/Box3/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 579c5569f698b454d8f2bf35433059ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0194b0f37632844cbe5f12a0c2f7107 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (Flag Idle)(64x64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (Flag Idle)(64x64).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (Flag Out) (64x64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (Flag Out) (64x64).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (No Flag).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Checkpoint/Checkpoint (No Flag).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/End.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6992f1c59d329a545aafe0c44bb73a41 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/End/End (Idle).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/End/End (Idle).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/End/End (Pressed) (64x64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/End/End (Pressed) (64x64).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Start.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afd2382c3d21e774aa5370bccda11797 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Start/Start (Idle).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Start/Start (Idle).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Start/Start (Moving) (64x64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Checkpoints/Start/Start (Moving) (64x64).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8c3b8ef4ce4d06449ed14a7e7f164fd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Apple.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Bananas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Bananas.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Cherries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Cherries.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Collected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Collected.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Kiwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Kiwi.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Melon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Melon.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Orange.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Pineapple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Pineapple.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Strawberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Items/Fruits/Strawberry.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c674b6697fb2a834d9379dc2411ddde1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Appearing (96x96).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Appearing (96x96).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Desappearing (96x96).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Desappearing (96x96).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40248927e767fcc40acdf26796daffc0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Double Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Double Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Fall (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Fall (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Idle (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Idle (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Run (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Run (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Wall Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Mask Dude/Wall Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04d5c6ab2c80a0049a258594f321bde4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Double Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Double Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Fall (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Fall (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Idle (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Idle (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Run (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Run (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Wall Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Ninja Frog/Wall Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42afdc0a1bbe6314b8aa6b3431e802ee 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Double Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Double Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Fall (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Fall (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Idle (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Idle (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Run (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Run (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Wall Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Pink Man/Wall Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ef42789be2506f4893c4622d915911d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Double Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Double Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Fall (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Fall (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Idle (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Idle (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Run (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Run (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Wall Jump (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Main Characters/Virtual Guy/Wall Jump (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b265bbeade4a16468dc117cf3b94dd9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Confetti (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Confetti (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Dust Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Dust Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Shadow.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Transition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Other/Transition.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Terrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 981bfd6ae2b036145b5cc80be601e4b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Terrain/Terrain (16x16) 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Terrain/Terrain (16x16) 1.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Terrain/Terrain Sliced (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Terrain/Terrain Sliced (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 031922c10d5cf6441a097003bc1e0c72 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Arrow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7234a5d23dcf2f041ade075d25722adf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Arrow/Hit (18x18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Arrow/Hit (18x18).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Arrow/Idle (18x18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Arrow/Idle (18x18).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99d663dda9c80fd4b815007575a75050 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/HitSide (22x22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/HitSide (22x22).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/HitTop (22x22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/HitTop (22x22).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Part 1 (22x22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Part 1 (22x22).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Part 2 (22x22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Blocks/Part 2 (22x22).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Falling Platforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c519c195ec270044c9c3d799794dcf19 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Falling Platforms/Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Falling Platforms/Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Falling Platforms/On (32x10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Falling Platforms/On (32x10).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fan.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34932b9bd7a4ec41943752049913e18 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fan/Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fan/Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fan/On (24x8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fan/On (24x8).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d7dd00dcc064364db17baea898f60ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/Hit (16x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/Hit (16x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/On (16x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Fire/On (16x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1130458c4f2bec34b80fdf3fc00861b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Brown Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Brown Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Brown On (32x8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Brown On (32x8).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Chain.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Grey Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Grey Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Grey On (32x8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Platforms/Grey On (32x8).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ae4a3941208f9346aeae44961e929f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Blink (42x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Blink (42x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Bottom Hit (42x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Bottom Hit (42x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Left Hit (42x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Left Hit (42x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Right Hit (42x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Right Hit (42x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Top Hit (42x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Rock Head/Top Hit (42x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75e0826b9fadc904c8550e01b58406c3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Ice Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Ice Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Mud Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Mud Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Mud Ice (16x6) 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Mud Ice (16x6) 1.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Mud Ice Sliced (16x6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Mud Ice Sliced (16x6).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Sand Mud Ice/Sand Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2047d0641083c994ab0e7e598540af0e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/Chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/Chain.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/Off.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/On (38x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Saw/On (38x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38d30b0f0a1730a44904666db2cb7cb3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Blink (54x52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Blink (54x52).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Bottom Hit (54x52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Bottom Hit (54x52).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Left Hit (54x52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Left Hit (54x52).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Right Hit (54x52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Right Hit (54x52).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Top Hit (54x52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spike Head/Top Hit (54x52).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spiked Ball.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34f66a7c3ba2abd498670acc3cecc736 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spiked Ball/Chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spiked Ball/Chain.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spiked Ball/Spiked Ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spiked Ball/Spiked Ball.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spikes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fd2c68c21079b748906c3da01195e68 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spikes/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Spikes/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Trampoline.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a434aef4a8c764c41a2fd855eeb579df 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Trampoline/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Trampoline/Idle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Trampoline/Jump (28x28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 1/Assets/Traps/Trampoline/Jump (28x28).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbc7f956d9ee8744ba00759404b21d27 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 1/Scenes/Demo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f6a59a87824d73468aaba1d3b600974 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9502926e4aef62b429ca93438d25a879 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 071d787a6f60c1b4ab902be3a5c0bb27 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5805f60560d8ea4e833edc54fd915f4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfeb35766a5577b42b8973fd320536b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Hit 1 (36x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Hit 1 (36x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Hit 2 (36x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Hit 2 (36x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Idle (36x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Idle (36x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Run (36x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Run (36x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Walk (36x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/AngryPig/Walk (36x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 126e96ff42a726241b72186e47589c93 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Ceiling In (46x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Ceiling In (46x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Ceiling Out (46x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Ceiling Out (46x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Flying (46x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Flying (46x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Hit (46x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Hit (46x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Idle (46x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bat/Idle (46x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84791849dcd5c6a42b24df8d554bb840 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Attack (36x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Attack (36x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Bullet Pieces (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Bullet Pieces (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Bullet.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Hit (36x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Hit (36x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Idle (36x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bee/Idle (36x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/BlueBird.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b12c983713fcef941b67d3ebf1e38b7d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/BlueBird/Flying (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/BlueBird/Flying (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/BlueBird/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/BlueBird/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f3d44acaafd15c4c807231eb991a483 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Fall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Fall.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Hit (34x44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Hit (34x44).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Idle (34x44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Idle (34x44).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Jump.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Run (34x44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Bunny/Run (34x44).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e2966dcee54afc41971cf92e32dea6c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Attack (84x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Attack (84x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Hit (84x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Hit (84x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Idle (84x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Idle (84x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Run (84x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chameleon/Run (84x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2aaa04595944034cbe70f5697e660ae 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Hit (32x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Hit (32x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Idle (32x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Idle (32x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Run (32x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Chicken/Run (32x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16caa298699433d4893656f2f7f35846 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Fall (36x36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Fall (36x36).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Hit (36x36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Hit (36x36).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Idle (36x36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Idle (36x36).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Jump (36x36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Jump (36x36).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Jump Anticipation (36x36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Duck/Jump Anticipation (36x36).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f20790bb46374ab4298a4ac9c5a7df0c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Fall (40x48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Fall (40x48).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Ground (40x48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Ground (40x48).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Hit (40x48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Hit (40x48).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Idle (40x48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/FatBird/Idle (40x48).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 838e5abb9ce054f4a84cf9126d33b4b0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Appear (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Appear (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Desappear (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Desappear (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Gost Particles (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Gost Particles (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Hit (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Hit (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Idle (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Ghost/Idle (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28e7db49e6da1544095f729e1d67eb7d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Hit (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Hit (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Idle (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Idle (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Run (32x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Mushroom/Run (32x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d677876a74f728c4281cad2e9467c834 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Attack (44x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Attack (44x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Bullet Pieces (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Bullet Pieces (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Bullet.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Hit (44x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Hit (44x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Idle (44x42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Plant/Idle (44x42).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 607afb5bd1a816a4eadb6a701f5e2c74 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Hit (30x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Hit (30x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Idle 1 (30x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Idle 1 (30x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Idle 2 (30x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Idle 2 (30x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Leafs (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Leafs (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Run (30x38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Radish/Run (30x38).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f12db26d9fc24f5498d50ec40c70a8be 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Hit (52x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Hit (52x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Hit Wall (52x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Hit Wall (52x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Idle (52x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Idle (52x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Run (52x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rino/Run (52x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ac0689343243204a83697934138f0ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Hit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Hit.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Idle (38x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Idle (38x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Run (38x34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock1_Run (38x34).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Hit (32x28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Hit (32x28).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Idle (32x28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Idle (32x28).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Run (32x28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock2_Run (32x28).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Hit (22x18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Hit (22x18).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Idle (22x18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Idle (22x18).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Run (22x18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Rocks/Rock3_Run (22x18).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 550dd3479df5cab4c9122c561b1fc170 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit (52x54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit (52x54).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit Wall 1 (52x54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit Wall 1 (52x54).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit Wall 2 (52x54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Hit Wall 2 (52x54).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Idle 1 (52x54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Idle 1 (52x54).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Idle 2 (52x54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Idle 2 (52x54).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Orange Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Orange Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Red Particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Skull/Red Particle.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4480c87ac6fdf540bc2df9d0f27cc02 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Hit (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Hit (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Idle-Run (44x30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Idle-Run (44x30).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Particles (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Slime/Particles (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ae33988d28a58a4a8330c5b36895642 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Hit (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Hit (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Idle (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Idle (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Idle (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Idle (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Top Hit (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Top Hit (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Wall Hit (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Shell Wall Hit (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Snail without shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Snail without shell.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Walk (38x24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Snail/Walk (38x24).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f16e71f71342af40962565dd3ae1322 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Attack (64x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Attack (64x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Bullet Pieces (16x16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Bullet Pieces (16x16).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Bullet.png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Hit (64x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Hit (64x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Idle (64x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Idle (64x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Run (64x32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Trunk/Run (64x32).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bcee13552d129164e8f4a5d46ae36e32 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Hit (44x26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Hit (44x26).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Idle 1 (44x26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Idle 1 (44x26).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Idle 2 (44x26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Idle 2 (44x26).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Spikes in (44x26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Spikes in (44x26).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Spikes out (44x26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Brackeys/2D-Shader-Graph/87dce1085174316439d7f99f7c2a5e7c3120cbaf/2D Shader Graph/Assets/Pixel Adventure 2/Assets/Enemies/Turtle/Spikes out (44x26).png -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 498a99416a4d0f446b32d688a3f2867c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Pixel Adventure 2/Scenes/Demo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08d5689e6281c2b41a5f8b7d4b79db0b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21cc0ce8131e7b049b225e697e4193b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scenes/SampleScene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6111bddfb6eb8b043aa7f09c613b9069 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cda990e2423bbf4892e6590ba056729 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scenes/SampleScene/Global Volume Profile 1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7909375f05afb7e439c92bb00c45c5b1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scenes/SampleScene/Global Volume Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cc21c3ada6232144adb06cee8f8576d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f10eaf55c2ff6f24d93f21a0c16ca245 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scripts/Dissolve.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class Dissolve : MonoBehaviour 6 | { 7 | Material material; 8 | 9 | bool isDissolving = false; 10 | float fade = 1f; 11 | 12 | void Start() 13 | { 14 | // Get a reference to the material 15 | material = GetComponent().material; 16 | } 17 | 18 | void Update() 19 | { 20 | if (Input.GetKeyDown(KeyCode.Space)) 21 | { 22 | isDissolving = true; 23 | } 24 | 25 | if (isDissolving) 26 | { 27 | fade -= Time.deltaTime; 28 | 29 | if (fade <= 0f) 30 | { 31 | fade = 0f; 32 | isDissolving = false; 33 | } 34 | 35 | // Set the property 36 | material.SetFloat("_Fade", fade); 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Scripts/Dissolve.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 230582d9a46640649988217c18756f75 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5304d4711e11d2d44a10bf005c1e4b85 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Blue.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Blue 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: 8049ea91a9d5fca4dab4024c0915dbe6, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Blue.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff4846394e8585348abc59faf04a7e1d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Brown.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Brown 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: ca6a66f8e2ae9c24c8c6b39c49206a0d, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Brown.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ffcc7a2493ae3b4ba1b085e95f9cf8f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Gray.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Gray 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: ffc80c129c9aca14c9fb4dbeba0e10d2, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Gray.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36d9e5b1ac569d94792246a9cc394fdf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Green.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Green 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: 2538710101d0f1f4e8976b3495cd1f75, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Green.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fafe3428e832584db429ee9c93a1cc0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Main.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e54744a1a73ac2d47bd456748aa315df 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Main2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 148f87eb1dcbdb94dad1154af0cf281f 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Pink.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Pink 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: 348c3b734b11d3b4aa5c69e25b7113e6, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Pink.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17f9f3aea68ba264bb48292d3b107417 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Purple.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Purple 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: 248611cc7bb8d85448933cee393ce41e, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Purple.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d31ad13836353449879be2aa3da3aef 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_0.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_0 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -4874278423985981231, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_0.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd2f515ca8d63ef4cace63d4a5061f99 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_1.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_1 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 2492004042214043949, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 212d933fdeeabfa4e973907d369e35fb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_10.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_10 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 5587568460378422633, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_10.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdf95b67582035e46850e35904e0bcb9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_100.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_100 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -9185552814043747542, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_100.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c4f5119e118aaf42adb4f11d2dd1aa9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_101.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_101 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -8204820221692255543, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_101.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03f1b5bf2a0493b4db2fd0472fce5e7c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_102.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_102 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -6233458931719022677, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_102.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60f63228ef5906e4a9cff07d2f3963d1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_103.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_103 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 1154340479819735195, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_103.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1d2216c0594e824aa9a55c79decd621 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_104.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_104 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 4778045797586685428, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_104.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 775478b47eaf55047b5e8f7fc2b8ac61 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_105.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_105 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 6636356914981313421, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_105.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e9276ca14f008d4c80dcbdd5067f03d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_106.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_106 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 1686551188809007541, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_106.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b8a49e813bb9e04da10ba1142ff5682 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_107.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_107 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -5930776587842900371, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_107.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 297375e8240004746adc12ff4bb062de 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_108.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_108 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -130104546997218819, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_108.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae5f44f8cd105d34a9a9717305e0cbc9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_109.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_109 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -557614441817400054, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_109.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dceac57082730348b9672ade0e21d10 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_11.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_11 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 4987498479824627636, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_11.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3aa17a5c9d834ea4fbb189d0ff1dfc6c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_110.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_110 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -4356087948441045522, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_110.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 999c3e750faed514ca43f19d7a925f20 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_111.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_111 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 2379953761323448013, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_111.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 902449badfd592d40b0f7a9ff7c216d2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_112.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e9da3bf44532cd48896bb161f9c4c88 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_113.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29f29e67a1b95344a838af6246555803 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_114.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cc56cc5ac771d941861f606ad26df08 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_115.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be624ebc46d88434e906241050574386 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_116.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2921911aafee16747a0ec2de96683a71 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_117.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cd78134ce5a872428899ad3e8d93100 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_118.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d360c581d2b3e6c4aafa76353d602c8a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_119.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c95933b41252c94b9aae402b730a71a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_12.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85736ea6af386614780a865e102f4880 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_120.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9aa12a0c2e355d14d9e464bac83813e0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_121.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_121 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 517537040645658821, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_121.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b327f184cfdd3b4695b1f92778e876a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_122.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e35a4ba40f1eb35459be373f77efb5da 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_123.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef9ff8cad9d75a346a5d860b06bd6d27 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_124.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bcca1aaa79c17e44abea4acc93d8155 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_125.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84f662d209cef824481ac94f4d545761 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_126.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89e237953adb77247b65b959e8e5ebd3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_127.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04c0527dbbc600845bbc9bfba81b6a30 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_128.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe2201ffdedb24d4f89d81064bb80bfa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_129.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22f6648845c78264cbbf320acfe449c5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_13.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffd6a03ae7b926d49a2143657ce19100 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_130.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7350b053a1e81fd4481654cd59e5754a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_131.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d17036a9571c69743bc0082cc8acae9b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_132.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5694f7337deb302498e8a3fde9688650 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_133.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61edf7641f2360a47849c16263471afa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_134.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecb1c94330e6fd047843553b4ef9b3cc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_135.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b6820e57b2d6e745b91af66f3d7e8de 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_136.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c6a4ab4eb5283149a20e403582003ba 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_137.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea7d4497c2b841941ac886e841c5901d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_138.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 184b445230344024ebdd9ac295bfb63b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_139.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbd7283986438f94d96d7ae59fffa52e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_14.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3446e3d715fe7ea409774070ddea1431 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_140.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2b6d29b632af74408195f07dcac67f2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_141.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae624d2eb491bf34c8fc6b65360a3837 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_142.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c32c6dff04b115d43a633ccc81b2f68c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_143.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1f633026cc4206429d94ad48e2d125f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_15.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 576f4227ebf76ac4e87462b1f6de6003 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_16.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11e925059f7302409acedc7443cf90d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_17.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4585a32aa33e14f49b1345594e334cb7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_18.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c0763427229ad8499fbc9c45224495d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_19.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d19e07248a86ac74a87890f4d5322f5e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_2.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_2 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 8471289998749917440, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c81c624fc8cdf6468b2544ec5c2b262 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_20.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82f284c92a8496242888d4ca5adad6cb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_21.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8958b2a23707ea64d9ea57a105561cf0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_22.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c9b59fad5dac654b95dcda3280695e8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_23.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fdf8ef9d2816c54e9d34a15bfc92b4d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_24.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_24 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 313651839404696180, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_24.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af38ada60d4e55d41bdf564df0a91b3d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_25.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d28f13d7325e3a34cb48de79cd91973e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_26.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2b5d28ae53c5eb4682b6f328037d9b5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_27.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ea001020ce9d754881d71b192993404 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_28.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df63612734a1824cae7ab4399e6357c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_29.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8eb65cb6caf3d1c4e83d51fd41fe92c0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_3.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_3 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 397718093594370940, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_3.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7798725d5479b604a8182e15e944577f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_30.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efd9d0388fc4fe54ab2064ef0b5c6dce 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_31.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb4516f71bed14f40a80cb655676b593 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_32.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49ebf372d6d28a14c8721575dda82982 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_33.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_33 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 611065533247025525, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_33.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cccdee188b13c0046a105c85b879ea87 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_34.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 915d773347342fe4ca342949cd64e9bc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_35.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f55877eff71f7734b992b58aec9cab69 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_36.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7eb2fe80ce469b4d85fde2ebfd8a264 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_37.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1483241abd8a35a48a32498ede3c238f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_38.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_38 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 965125185638226396, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_38.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08fb66e0ce9b8744d9985a2572b82895 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_39.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1b1b577286d36c4c98105d0fc18c4f1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_4.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_4 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 4716054802376701170, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_4.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5cd0972c2148724c976320b2190efa6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_40.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a0746a9d186711469b529f3f078ecc5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_41.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4652b32819c345947b33802cdfdbc09f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_42.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c7f4d5b0ec4bd44995db3f2e2df118f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_43.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65b9916ecd2c77149813a89d65dc299d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_44.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b270dccb935bd924e9f60f287faf17a0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_45.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ced62c3345e3d145b90cbb184ab843e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_46.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_46 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 59160463414151494, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_46.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cfbc171bae77cb4fb25a204fe7ca7d3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_47.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c708a3f26f5d9d44be8bf2c445c0975 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_48.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4477dbdbedc3e2844b7c8ff83c8f8490 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_49.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3013b905768ba4045a2f485f18df0cd6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_5.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48a2bef45030f804599efa134635c517 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_50.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c9d62cd7b5361141941321f62252c95 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_51.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aaa855a833dbdc34cb07e8f345f68baa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_52.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e63bd6d9f4d000141ad13b9941221052 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_53.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_53 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 510484679990689147, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_53.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ba2471ccc81c3b40962950dbac3f2b6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_54.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1605cfa321db5a844961a62801a961d4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_55.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a51b730d73d15044d9b4fed382aa4588 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_56.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9ac11378fc89b54a974c92dfcd5125f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_57.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_57 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 772467259971446145, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_57.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 405adec186371c44bad7c3b7e970fe7d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_58.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_58 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: -39983623799505075, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_58.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50930eb7414433e45bcf0782269da680 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_59.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 116c7a153d8bf5949aab5011f0f047e2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_6.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caab01b7a9d6e8e43b30a39470ed3214 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_60.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 717aeacc91cb8e348bcf09edd4fdf4ed 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_61.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 710c27c4843bf2d418fc68ae54678dba 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_62.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a0a8b47bd5d0044b8b121610dce634b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_63.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c237861821323d34fa90b61f137aebb0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_64.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_64 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 611278257802682203, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_64.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 757af3784e14bb947bae28cfcc63b65e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_65.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecc168fa5f296ff468c99b6afc52139c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_66.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c181ed15d50a3744aaf7142298b24dc3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_67.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90efaa43dee4e034c8017a9054025c13 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_68.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35addf8f3b97594469c3f6b6448f4855 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_69.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37d95743bb55d6446b605fe475db5782 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_7.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_7 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 3020870990670601969, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_7.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 545042aeb92b05049ab7c9cf2a57c12e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_70.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b8dd5457ae034c4aad221e027fc2741 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_71.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c8f208bf63f9984098d22d7a54e593a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_72.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cfe9b04f26d4dc48924e516492b0289 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_73.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_73 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 368488948622713827, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_73.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49e7f33fe517d3e40920b28f7be6de87 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_74.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df980f81578ef394a98c13c719307c07 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_75.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2ce92906c2e63948a7caba197e24e8c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_76.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8729837d2fc218144805cb5cbbdefb7f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_77.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9edd1fed132819846a710d0858c3e999 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_78.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89cd064df9ddd024abe5b2c54a4174b5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_79.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76ecc4623f739554092eb43cf63905b6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_8.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_8 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 1685935324672158413, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_8.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f5798eb64d4dd24f99a4dd56bb6e5fd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_80.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec7cad2b12f185d4bb16a6da38ee2d61 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_81.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c19ceee8f7ab994ba6dba14cdc28476 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_82.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83f5e57beb8d6ef4c874dc2033858d6d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_83.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e41f6c636081590438304ca99d078e3b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_84.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f719d322c687e354d8ec68bd9dea1844 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_85.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4504638afc084f2449739a1ea85187f0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_86.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01c218688efbdb1428391bbe6befc948 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_87.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aae8a2b1c400b64eb3e44671e5dffaf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_88.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c33dbecfd34fc440add5d0d5d5a0651 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_89.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eace550cd6ef07a48ab6f8a8fa217107 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_9.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_9 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 8022139226935704013, guid: fc584d329b77b9545b9c9c8bb829e553, 16 | type: 3} 17 | m_Color: {r: 1, g: 1, b: 1, a: 1} 18 | m_Transform: 19 | e00: 1 20 | e01: 0 21 | e02: 0 22 | e03: 0 23 | e10: 0 24 | e11: 1 25 | e12: 0 26 | e13: 0 27 | e20: 0 28 | e21: 0 29 | e22: 1 30 | e23: 0 31 | e30: 0 32 | e31: 0 33 | e32: 0 34 | e33: 1 35 | m_InstancedGameObject: {fileID: 0} 36 | m_Flags: 1 37 | m_ColliderType: 1 38 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_9.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2457248ac63da474eb8dea8ddd50a64f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_90.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 197e7a7c00df310469a18015bb548111 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_91.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 727cd1cdf095a6741930141e8a6099f8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_92.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eabb4bc73cd9c7d48bfa838cfe22004a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_93.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8bf558e73fd3b44b9aaf132d653e616 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_94.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Terrain (16x16)_94 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 146925484895311433, guid: fc584d329b77b9545b9c9c8bb829e553, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_94.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9d7cd852cf1b5c4f8c96f7d24038bb0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_95.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a0df4f35a1921e4b9ee306cf9231207 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_96.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 771ca6e53aa34994fb8c8721d916eee9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_97.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 164c4dba0f384af4dbfe6ad4d130a798 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_98.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d90d29108719fd498f02cdf258629d8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Terrain (16x16)_99.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6699fa8ec61a63b4ab3d960d1221a3aa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Yellow.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: Yellow 14 | m_EditorClassIdentifier: 15 | m_Sprite: {fileID: 21300000, guid: 4d8c75a4d7dd2a0489270e1058d82128, type: 3} 16 | m_Color: {r: 1, g: 1, b: 1, a: 1} 17 | m_Transform: 18 | e00: 1 19 | e01: 0 20 | e02: 0 21 | e03: 0 22 | e10: 0 23 | e11: 1 24 | e12: 0 25 | e13: 0 26 | e20: 0 27 | e21: 0 28 | e22: 1 29 | e23: 0 30 | e30: 0 31 | e31: 0 32 | e32: 0 33 | e33: 1 34 | m_InstancedGameObject: {fileID: 0} 35 | m_Flags: 1 36 | m_ColliderType: 1 37 | -------------------------------------------------------------------------------- /2D Shader Graph/Assets/Tiles/Yellow.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5a7c14d8e8af294da14ecd061d66c4e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 1024 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Scenes/SampleScene.unity 10 | guid: 2cda990e2423bbf4892e6590ba056729 11 | m_configObjects: {} 12 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.3.0f6 2 | m_EditorVersionWithRevision: 2019.3.0f6 (27ab2135bccf) 3 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.1 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_RenderPipeSettingsPath: 8 | -------------------------------------------------------------------------------- /2D Shader Graph/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 2D Shader Graph 2 | Project files for our tutorial on how to get started using Shader Graph for 2D by creating a dissolve effect. 3 | 4 | 5 | 6 | Check out our [YouTube Channel](http://youtube.com/brackeys) for more tutorials. --------------------------------------------------------------------------------