Skip to content

Instantly share code, notes, and snippets.

View Menotdan's full-sized avatar
💭
Writing Code

Menotdan Menotdan

💭
Writing Code
View GitHub Profile
@Menotdan
Menotdan / OutputLogger.cs
Created February 12, 2024 03:06
Automatically logs things to the game view in Flax Engine.
using System;
using System.Collections.Generic;
using FlaxEngine;
using FlaxEngine.GUI;
namespace Game;
public class OutputLogger : GamePlugin
{
private const bool ENABLED = true;