Skip to main content

Recently Updated Pages

Releases

Glacier - Unity Plugin

Version 0.1.0 Downloads Not yet available. Use Unity Package Manager instead. Changelog Initia...

Updated 8 months ago by Snowblink

How to get Started

Glacier - Unity Plugin

Installation Unity Package (not yet available) First thing you need to do is download the latest...

Updated 8 months ago by Snowblink

Dependency Injection

Glacier - Unity Plugin Features

DI Container This holds all the instances needed for injections. There is no need to explicitly c...

Updated 8 months ago by Snowblink

Architecture

Glacier - Unity Plugin

Layers Here's how the dependencies work: Systems layer is the highest-level layer that depends o...

Updated 8 months ago by Snowblink

Singleton

Glacier - Unity Plugin Features

GlacierSingleton This is for basic C# classes. This is not for MonoBehaviours or ScriptableObject...

Updated 8 months ago by Snowblink

Event System

Glacier - Unity Plugin Features

Updated 9 months ago by Snowblink

What is Glacier

Glacier - Unity Plugin

Overview Glacier is a plugin for your Unity projects that can help with things that are usually i...

Updated 9 months ago by Snowblink

Practice

Unity Coding Convention

Class Composition Sequence Each section below must follow this sequence in terms of access modifi...

Updated 9 months ago by Snowblink

Naming

Unity Coding Convention

Type Format Sample Namespaces PascalCase namespace MainGame { } Classes PascalCase publi...

Updated 9 months ago by Snowblink

Principle

Unity Coding Convention

Single Responsibility Each class should only do one thing. Avoid doing more than one (1) responsi...

Updated 9 months ago by Snowblink

Formatting

Unity Coding Convention

Vertical Spacing The max number of consective vertical spaces (or blank lines) is one (1). Exampl...

Updated 9 months ago by Snowblink