├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Editor.meta ├── Editor ├── MoonyMachine.ScrutableObjects.UnityEditor.asmdef ├── MoonyMachine.ScrutableObjects.UnityEditor.asmdef.meta ├── ScrutableObjectDrawer.cs ├── ScrutableObjectDrawer.cs.meta ├── ShowPropertiesDrawer.cs └── ShowPropertiesDrawer.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── MoonyMachine.ScrutableObjects.asmdef ├── MoonyMachine.ScrutableObjects.asmdef.meta ├── ShowPropertiesAttribute.cs └── ShowPropertiesAttribute.cs.meta ├── package.json └── package.json.meta /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/CHANGELOG.md.meta -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/MoonyMachine.ScrutableObjects.UnityEditor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/MoonyMachine.ScrutableObjects.UnityEditor.asmdef -------------------------------------------------------------------------------- /Editor/MoonyMachine.ScrutableObjects.UnityEditor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/MoonyMachine.ScrutableObjects.UnityEditor.asmdef.meta -------------------------------------------------------------------------------- /Editor/ScrutableObjectDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/ScrutableObjectDrawer.cs -------------------------------------------------------------------------------- /Editor/ScrutableObjectDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/ScrutableObjectDrawer.cs.meta -------------------------------------------------------------------------------- /Editor/ShowPropertiesDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/ShowPropertiesDrawer.cs -------------------------------------------------------------------------------- /Editor/ShowPropertiesDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Editor/ShowPropertiesDrawer.cs.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/LICENSE.md.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/MoonyMachine.ScrutableObjects.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Runtime/MoonyMachine.ScrutableObjects.asmdef -------------------------------------------------------------------------------- /Runtime/MoonyMachine.ScrutableObjects.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Runtime/MoonyMachine.ScrutableObjects.asmdef.meta -------------------------------------------------------------------------------- /Runtime/ShowPropertiesAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Runtime/ShowPropertiesAttribute.cs -------------------------------------------------------------------------------- /Runtime/ShowPropertiesAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/Runtime/ShowPropertiesAttribute.cs.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonymachine/scrutable-objects/HEAD/package.json.meta --------------------------------------------------------------------------------