mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-14 02:58:45 +08:00
Update README.md
This commit is contained in:
parent
7a4c475698
commit
69c4267b76
@ -2,7 +2,8 @@
|
|||||||
### UnityNodeEditorCore
|
### UnityNodeEditorCore
|
||||||
A simple, userfriendly node editor framework for unity. Ideal as a base for custom state machines, dialogue systems, decision makers etc.
|
A simple, userfriendly node editor framework for unity. Ideal as a base for custom state machines, dialogue systems, decision makers etc.
|
||||||
|
|
||||||
---
|

|
||||||
|
|
||||||
Node example:
|
Node example:
|
||||||
```csharp
|
```csharp
|
||||||
[System.Serializable]
|
[System.Serializable]
|
||||||
@ -18,4 +19,6 @@ public class MathNode : Node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||

|
|
||||||
|
Join the [Discord](https://discord.gg/qgPrHv4 "Join Discord server") server to leave feedback or get support.
|
||||||
|
Feel free to also leave suggestions/requests in the [issues](https://github.com/Siccity/UnityNodeEditorCore/issues "Go to Issues") page.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user