Tag: macOS

  • [re:Build]Website updates

    What is [re:Build]?: Some projects will carry the “[re:Build]” title attached to them, and what this basically means is the project was imported into a current modern version of Unity to give it an upgrade. The reason I’m doing it is because I find it fun, and interesting to revisit older projects, and compare how…

  • 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…