Skip to content

This is a Unity 3D demonstration with C# scripting. By utilizing a technique known as object pooling, you can deliver an infinite supply of a candy GameObject while only ever instantiating a set number that is recycled, keeping overhead low and avoiding the need for garbage collection.

ChrisMenning/object-pooling-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

object-pooling-demo

This is a Unity 3D demonstration with C# scripting. By utilizing a technique known as object pooling, you can deliver an infinite supply of a candy GameObject while only ever instantiating a set number that is recycled, keeping overhead low and avoiding the need for garbage collection.

A working copy of this demo implemented in the Unity 3D web viewer (currenltly Safari, Firefox, and IE only) is avaiable at the following URL: https://s3-us-west-1.amazonaws.com/collapsiblemedia.com/candy+pooling+demo/candy+pooling+demo.html

About

This is a Unity 3D demonstration with C# scripting. By utilizing a technique known as object pooling, you can deliver an infinite supply of a candy GameObject while only ever instantiating a set number that is recycled, keeping overhead low and avoiding the need for garbage collection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages