NKG丶MadLife

Results 23 comments of NKG丶MadLife

> 大神,在哪里改?unity自带的功能,还是ET自带的功能 自己在IDE里改一下DLL编译模式就行了

Okay, thank you for your reply, I think I already understand why, as shown below ![image](https://user-images.githubusercontent.com/35335061/113402833-4a145e80-93d8-11eb-9e9e-ba979d417e5c.png) In addition, I wrote a technical blog to analyze this project, hoping to help...

Hello brother, I am a node editor fan. I have studied Node_Editor_Framework, xnode, NodeCanavs and other node editors before, and used them to do some work applied to functional modules....

> Hello! > You can already customize the Node Inspector by overriding DrawNodePropertyEditor, if that wasn't clear. From what I understand you use Odin to automate the GUI for both...

> > Pretty cool if you ask me, but Odin is a commercial asset, and as such only really useful for inhouse tools/scripts where every developer has Odin. Distributing software...

In fact, Odin's Inspector panel visualization is just one thing, and its own serialization function is very powerful, which can sequence various types of words, including actions, events, delegates.If you...

Fact don't need to change any code, only need to remove or block this framework you bring two Inspector to plot, and then the relevant class inherits - SerializedScriptableObject Odin...

I checked many issues and found that many people have problems with the Unity 2020 version. I guess it is because the caching mechanism of Node_Editor_Framework and the rollback mechanism...

I got inspiration from this old man’s speech and completed this multi-box selection function ![image](https://user-images.githubusercontent.com/35335061/90312002-70fa4f00-df33-11ea-973c-fcf08d6d1ff8.png) ![10](https://user-images.githubusercontent.com/35335061/90312148-bf5c1d80-df34-11ea-80de-b86b8f6a1639.gif) This is the core code, ` private static void HandleMultipleSelect() { if (curEditorState.boxSelecting) {...