Skip to content

Instantly share code, notes, and snippets.

@Hafune
Hafune / gist:60acdbff098ccc756a183b863a774073
Last active July 6, 2024 14:26
Unity - базовый пример кодогенерации
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using UnityEngine;
using UnityEditor;
//-----------
using Core.TestNamespace;