-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/odin inspector support #33
Conversation
Mefodei
commented
Jun 4, 2020
- add optional Odin inspector support
- move Button Attribute to runtime asm.def
Update fork version
- move Button Attribute to runtime asm.def
- move Button Attribute to runtime asm.def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for preparing the PR! please see the comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the CR fix.
- still some unnecessary meta-file changes.
- a few filename comments.
Tests/Editor/Unity.AddressableImporter.Editor.Tests.asmdef.meta
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the CR fix.
There're minimal reviews left. Please make sure you expand all collapsed files to see all comments.
guid: 4457b6e6d3304bd46a31be63dad3325c | ||
guid: e261d7bf09cd6f143bf70187609b1d80 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fix yet.
Editor/AddressableImporter.cs.meta
Outdated
guid: a88f0d7d780c7824daec928bfe13da4f | ||
guid: 83025f04d5722a9419b458539c30cc8b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fix yet.
guid: 4c668f9525a32f34aa408a6384243a0a | ||
guid: 5b317eacdc5d30b42a6fcaa311bfa327 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fix yet.
using UnityEditor; | ||
using UnityEngine; | ||
|
||
public static class AddressablesImporterMethodHandler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fixed yet, should rename to AddressableImporterMethodHandler.
using Sirenix.OdinInspector.Editor; | ||
using Sirenix.OdinInspector; | ||
|
||
public class AddressablesImporterOdinHandler : IDisposable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fixed yet. Should rename to AddressableImporterOdinHandler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Nice :) |
Closed by e7bfcb8 |
* - add optional Odin inspector support - move Button Attribute to runtime asm.def * - add optional Odin inspector support - move Button Attribute to runtime asm.def * - add FilePath attribue for file usage improvement * - update odin Addressable Import Rule drawer * - update odin Addressable Import Rule drawer * - fix Folder Path attribute * - fix Force backslashes * - fix Force backslashes * #33 fixes * - add search filter for Odin inspector * - update addressables import serach filter * #33 - review fixes * - fix review comments * #33 * - fix odin serach filter support * - fix importer search filter * - fix ApplyChanges index * - fix duplicate class def
* - add optional Odin inspector support - move Button Attribute to runtime asm.def * - add optional Odin inspector support - move Button Attribute to runtime asm.def * - add FilePath attribue for file usage improvement * - update odin Addressable Import Rule drawer * - update odin Addressable Import Rule drawer * - fix Folder Path attribute * - fix Force backslashes * - fix Force backslashes * #33 fixes * - add search filter for Odin inspector * - update addressables import serach filter * #33 - review fixes * - fix review comments * #33 * - fix odin serach filter support * - fix importer search filter * - fix ApplyChanges index * - fix duplicate class def * - fix class naming * update package * - odin 3 support changes - remove old odin editor handlers - add additional filter validators * - remove namespaces