Skip to content

Instantly share code, notes, and snippets.

@dasaqui
dasaqui / Realtime.cs
Created February 19, 2021 04:15 — forked from ronyx69/Realtime.cs
Source code for Realtime mod. Ingame texture and mesh replacement. UI by Simon Royer
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using System.IO;
using ColossalFramework.IO;
using ObjUnity3D;
using ICities;