Skip to content

psyoblade/Unity-Logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-Logger

A logging framework designed for educational games built in the Unity game engine environment.

Inclusion in game files

Importing the .unitypackage file will export the scripts to their relevant locations. Alternatively the raw scripts can be added directly into the Assets directory of any Unity project.

Implementation

The Logger class uses a singleton implementation, with the main logger being accessed at Logger.Instance.

Every Log must begin with a call to Logger.SessionStart() before further logging calls can be made.

The SessionManager and LoggableObject scripts are not necessary for the system to function but can be useful templates for how to iinstrument Logger calls.

About

A Logging framework for educational games built in the Unity environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%