Skip to content

Instantly share code, notes, and snippets.

@t5ujiri
Created December 19, 2017 07:46
Show Gist options
  • Save t5ujiri/60723fc1f29a12d4eb945694ef552a97 to your computer and use it in GitHub Desktop.
Save t5ujiri/60723fc1f29a12d4eb945694ef552a97 to your computer and use it in GitHub Desktop.
設定用のScriptableObject
namespace ScriptNamespace
{
using UnityEngine;
public class NewScriptSetting : ScriptableObject {
public string nameSpace;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment