Skip to content

Instantly share code, notes, and snippets.

View mousedoc's full-sized avatar
😇

mousedoc mousedoc

😇
  • Netmarble Monster
  • Seoul, Republic of Korea
View GitHub Profile
@mousedoc
mousedoc / Fix55To54.cs
Created December 5, 2017 05:09 — forked from johnsoncodehk/Fix55To54.cs
Fix Unity 5.5 Downgrading to 5.4 missing GameObject name, activeSelf.
using UnityEngine;
using UnityEditor;
using System.IO;
using System.Collections.Generic;
public class Fix55To54 {
[System.SerializableAttribute]
public class GameObjectData {
public bool activeSelf;