Skip to content

Alpha 1

Pre-release
Pre-release

Choose a tag to compare

@RealityStop RealityStop released this 03 Oct 22:38
· 58 commits to master since this release

During Alpha, installation is a bit... more involved. This will get easier as it gets closer to full release.

  • Create a new Defold project.
  • Create an src folder that will contain the C# code.
  • Download the .zip and unpack to the src folder.

    src\build.cmd and src\defold should exist

  • Create a bin folder
    • Download the latest Compiler and CoreSystem.lua from (DefoldCSharpCompiler)[https://github.com/RealityStop/DefoldCSharpCompiler/releases]
    • Place both in the bin directory

      Path to compiler should be bin\compiler\CSharp.lua.Launcher.exe
      Path to CoreSystem should be bin\CoreSystem.Lua\All.lua