Skip to content

Plugin Environment Setup

  • wame, by support, uses Python versions 3.7+. Make sure you have Python 3.7 or higher installed.
  • By nature of wame still being in beta, automatic dependency imports aren't yet supported unless you tell developers to install them beforehand.
  • If you already use wame normally, you can skip this step, but if you are only making a plugin, install wame: pip install wame-engine
  • All wame objects used normally in game development setups are also available with plugins, just slightly different.