Having issues with references etc. Most work, but some like 'Puts' do not. Was wondering what the intended way was for making plugins?
Thank you in advance. Please excuse me, I am not used to having to require non-system dependencies and importing other people's libraries for my own use.
Solved Need some help understanding API stuff
Discussion in 'Rust Development' started by Valkaaire, Jun 10, 2018.
-
That'd mean a lot -
Wulf Community Admin
So if we could see what you have so far and know a little about what you are trying to do, that'd be a good first step. -
My plug-in is currently being developed outside of anything oxide related, and has references to the core dependencies (UnityEngine, etc.)
What i was trying to convey is that i am having difficulty understanding the environment i am supposed to create that already has these references and everything set up where i am then just able to create a project inside the set up environment and continue development on my plug-in.
If you could briefly guide me through the steps to achieve this, it would mean a lot.
Hope you're having a good day/evening. -
Wulf Community Admin
In terms of guides, any general Visual Studio guide would help you with that sort of setup, otherwise just setup a server and develop directly out of the oxide/plugins folder. -
In response to your edit, i have put the project directly outside of the plugins folder, and im still getting these errors. I also put it outside of the oxide folder.
Screenshot -
Wulf Community Admin
-
All DLLs, including Screenshot have been referenced
[DOUBLEPOST=1528656728][/DOUBLEPOST]There we gooo. Thank you for raising the issue, forgot the : RustPlugin bit.
I'm so sorry for being frustrating, your help means more than you know.