Tag: indiedev

  • Unity: “Code Editor Application”

    Unity: “Code Editor Application”

    I was opening up an older project ( I believe it was a project from version 2020.X.X ) , and came across the error below: After some quick searching around It turned out I needed to install the Visual Studio package in Unity. If I had to guess as to why this error came up…

  • Tutorial: Setup SDL 2 + Xcode

    Tutorial: Setup SDL 2 + Xcode

    Setup 1: Head on over to https://brew.sh/ read the instructions, and install. Setup 2: Once finished. Open up “Terminal” and install SDL2 with the command below. Setup 3: Create a new project in Xcode. Setup 4: Select “Command Line Tool” template. Setup 5: Choose a name for your project, and under language select “C”. Setup…