I too am looking for someone to create some plug ins. I am using ChatGPT to create the code but I just need it compiled. I downloaded Java JDK 17 like it said, but it just went into the Java file with no instructions on how to execute it to copy/paste the code. I will dig a little deeper tomorrow but maybe someone knows better. I also tried "NetBeans" but looking at that to me is like looking at a chalk board of Einstein's calculations. I will do some you tubing on the matter and see if I can learn by the end of this year.
Just a notice from my side, for RW you should use Java 20 as the unity api version uses 20. It also has a shipped version of Java 20.
I'm not a Java developer per se but i've used NetBeans at university while the "real" Java developer used Eclipse. I never liked Eclipse and i was familiar with NetBeans that time because i privately coded PHP in NetBeans. Nowadays i only use VSCode for everything, even for RW Plugins.
Feel free to have a look at my Plugins on GitHub they are public and you can see the code. I have a template like repository too, that i use for new Plugins, but it forces everyone using it to also require to use my tools plugin (unless you remove everything related to tools) , feel free to start with it as a base if you like. if you use GPT anyways it might know what to do and how to implement your code.
You find it here: https://github.com/Devidian/rw-plugin-maven-template
I have recently updated it to work with agents, as i currently have to learn how to work with agents ![]()