1. Hi,

    I want to developpe a plugin in Python, but i have never developpe plugins for unity game before.
    I'm in my fourth year of study in computer science and i have used a lot of time python for developping small program.

    So i wanna to know where can i find a doc with all methodes of Oxide plugin core and if there is a beginner tutorial who can show how to test my script.

    Thanks for your help :)
     
  2. Wulf

    Wulf Community Admin

    The Docs link at the top contains what Oxide provides, the rest is what each game provides and can be found using a .NET decompiler such as JustDecompile and the game's Assembly-CSharp.dll.
     
  3. Ok thanks you for your fast reply :)