blob: 963850dcbbc7a26ba4bcb25b0b2d3ae5865c2b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
To install these, copy each of these folders to a folder:
addons/
inside your projects, example:
addons/custom_node
To distribute and install from UI, make a zip that contains the folder,
example:
zip -r custom_node.zip custom_node/*
|