• Stars
    star
    134
  • Rank 269,734 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 7 years ago

Reviews

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

Repository Details

CardExample-Unity

This is a basic example demonstrating how to create the basis of a system to deal with a card game in Unity.

Video of app running can be seen here:

Currently the app demonstrates these things:

  • Drops a deck of cards onto table instantiated from an AssetBundle.
  • Allows you to shuffle the deck of cards.
  • Allows you to draw a card.
  • Allows you to see the last 5 drawn cards.
  • All used cards are restacked.
  • Cards can be reshuffled and reset at any time.

Technical

  • App is built in Unity 5.2.0p1
  • Currently only tested to be building and running properly for OSX Desktop x86.

Usage

  1. Clone repo.
  2. Open in Unity.
  3. Click 'Assets > Build all Bundles OSX'.
  4. Click 'Play'.

More Repositories

1

GTLogicGraph

A generic graph made off the UIElement GraphView built into Unity.
C#
210
star
2

GTAvaCrypt

System to mitigate avatar ripping in VRChat.
C#
88
star
3

GraphViewExample

Creating a Generic GraphView with Unity 2018 GraphView VisualElement System.
33
star
4

MobileBlurryRefraction-Unity

Example project showing how to create a blurry refraction effect that is highly optimized for mobile.
GLSL
16
star
5

RetailExample-Unity

Example app that lets you construct retail shelving units.
C#
14
star
6

GTAvaToon

VRChat Avatar Shader.
ShaderLab
13
star
7

GTThreading

Library to deal with threading idiosyncrasies in Unity.
C#
10
star
8

GTAvaUtil

Throwbag of VRChat Avatar Utilties.
C#
7
star
9

GTPooling

Library built on top of Addressables to enable pooling of everything loaded in via Addressables.
C#
4
star
10

Vulkan-C-Boilerplate

Example of C boilerplate for Vulkan derived off of vulkan-tutorial.com example and Steam OVR Vulkan example.
C
4
star
11

FabricNode-Wasmtime-ANGLE

Prototype of rendering WebGL directly from a WASM VM.
WebAssembly
3
star
12

VRChatCGinc

Third-party public domain VRChat.cginc for shader functionality explicit to VRChat.
HLSL
2
star
13

Fabric-OVR-Vulkan

C
2
star
14

uWASM

Experimental project to compile Unity C# components to wasm then execute that wasm binary at runtime on a wasm VM in order to drive the component.
C#
1
star
15

StarFall-Unity

C#
1
star
16

GTTween

Simple Tween Library
C#
1
star
17

rygo6.github.io

CSS
1
star
18

Partak-Unity

Remake of 'Liquid Wars'
C#
1
star
19

GTBuilderGraph

Unfinished/abandoned Node Based Procedural Modelling Tool.
C#
1
star