Skip to content
Snippets Groups Projects

fix: projet plugins need to go in the Assets folder

Merged Nathan Chambron requested to merge develop into main
81 files
+ 3165
263
Compare changes
  • Side-by-side
  • Inline
Files
81
@@ -18,9 +18,6 @@
// Last change: June 2022
//
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
[CustomEditor(typeof(WorldStorageInfo))]
Loading