• Stars
    star
    579
  • Rank 75,359 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Gameplay Ingredients for your Unity Games - A collection of runtime and editor scripts that ease simple tasks while making games and prototypes.

openupm Documentation Status

Gameplay Ingredients for your Unity Games - A collection of scripts that ease simple tasks while making games and prototypes.

You can read Documentation at this address : https://peeweek.readthedocs.io/en/latest/gameplay-ingredients/

Requirements

  • Unity 2020.3 for latest version

    • (Older releases are still compatible with 2018.3 / 2019.1 / 2019.2 / 2019.3 / 2020.3)
  • (Optional, for older versions or development : Command-line Git installed on your system, for example Git For Windows)

How to install (2020.2 and Newer)

  • In Unity, Open Project Settings Window (Edit/Project Settings) and navigate to Package Manager
  • Add a new Scoped Registry that references the openupm registry: https://package.openupm.com
  • Add the following scopes to the OpenUPM Scoped Registry : com.dbrizov, net.peeweek

  • Open the Package Manager window (Window/Package Manager) and Select Packages : My Registries in the toolbar.
  • Select Gameplay Ingredients in the list, then click the Install Button

How to install as Local Package (2020.2 and Newer)

  • Clone the repository.

  • In Unity, Open Project Settings Window (Edit/Project Settings) and navigate to Package Manager

  • Add a new Scoped Registry that references the openupm registry: https://package.openupm.com

  • Add the following scopes to the OpenUPM Scoped Registry : com.dbrizov, net.peeweek

  • Open the Package Manager window (Window/Package Manager)

  • Click the plus button, select "Add Pacakge from disk" and locate the package.json file located at the root of the package.

How to install (2019.3.x and Older)

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add net.peeweek.gameplay-ingredients

Git Reference Version

  • Ensure you have a Command Line Git Installed
  • With Unity 2019.3 closed, edit the Packages/manifest.json with a text editor
  • Append the line "net.peeweek.gameplay-ingredients": "https://github.com/peeweek/net.peeweek.gameplay-ingredients.git#2019.3.7", under dependencies

You can check that the package was imported by looking at the project window, under Packages/ Hierarchy, there should be a Gameplay Ingredients hierarchy

Version / Tag Compatibility

Gameplay Ingredients comes at latest version with the following compatibility:

Unity 2021.3 + : choose the tag : openupm

Older Versions

  • Unity 2018.3 / 2018.4 : choose the tag 2018.3.0
  • Unity 2019.1 / 2019.2 : choose the tag 2019.1.2
  • Unity 2019.3 / 2020.1 : choose the the tag 2019.3.7
  • Unity 2020.3 : choose the the tag 2020.2.11

More Repositories

1

Unity-URP-SmokeLighting

Universal Render Pipeline Shaders for Smoke Lighting (Normal, 6-Way + ASTA Workflows) for VFX Graph and Shuriken
HLSL
183
star
2

net.peeweek.vfxgraph-extras

Additional Draft tools for VisualEffectGraph
C#
108
star
3

net.peeweek.console

An interactive runtime console for unity available as package
C#
67
star
4

HDSimpleGame

Unity Robots Third Person Platformer Project, rendered with HDRP / Gameplay Ingredients / Third Person Controller / Console / Build Frontend
C#
52
star
5

VisualEffectGraph-EasySetup

Unity project with automated setup and update for using the VisualEffectGraph from the GitHub repository
Batchfile
37
star
6

ShurikenMaster

Highly Experimental, General-Purpose Shuriken particle shaders for Unity3D
C#
36
star
7

net.peeweek.build-frontend

A Unity GUI Frontend to manage build batches and review build reports
C#
28
star
8

net.peeweek.game-options

Game Options Elements for Unity Games
C#
21
star
9

pcache

pcache is a point and particle cache file format
Python
18
star
10

VectorFieldFile

13
star
11

VFXDoc

Visual Effects Documentation (https://vfxdoc.rtfd.io).
HTML
12
star
12

NodeGraph

C# Winforms Node graph Control (moved repo from https://archive.codeplex.com/?p=nodegraph)
C#
11
star
13

net.peeweek.debug-menu

A simple Debug Menu for your Unity Projects
C#
7
star
14

FPSKit

First Person Game Kit
C#
6
star
15

VisualEffectGraph-Universal

URP / VisualEffectGraph project with various tests.
C#
5
star
16

VFXGraph-PainterVR

PainterVR testbed (rough)
C#
4
star
17

net.peeweek.retroizer

Retroizer Shader and camera system for Unity
ShaderLab
4
star
18

GameplayIngredients-StarterPackage

.unitypackage generation project for net.peeweek.gameplayingredients
C#
3
star
19

com.github.unity

Package Version of the GitHub for Unity plugin (https;//unity.github.com)
C#
3
star
20

gmenu2x-skin-flat

Flat Skin for GMenu2x (RG350) using material design icons
3
star
21

VFXToolbox-Example

C#
3
star
22

CrashReporter

C# Crash Reporter for your applications
C#
2
star
23

LDJAM-47

Ludum Dare 47 Project
C#
2
star
24

bizhawk-shaders

Shaders of BizHawk emulator
2
star
25

GameOptions-Dev

Dev project for https://github.com/peeweek/net.peeweek.game-options
C#
2
star
26

VisualEffectGraph-Extras

Boilerplate Project for Visual Effect Graph Extras package
1
star
27

Junction

Junction
C#
1
star
28

JITInjector

JITInjector is a C# based JIT Compiler that lets you compile source files at runtime and inject new types into your runtime.
C#
1
star
29

aLttP-UWDE

UnderWorld Delving and Exploration (UWDE) of The Legend of Zelda - A Link to the Past.
Lua
1
star
30

XCollision

Collision tool for C# Monogame/XNA
C#
1
star