Ari Sweedler
Ari Sweedler
Reading this got me all excited! I hope you go through with it one day – it's never too late :)
I would like to bump this
It is not an error case. The syntax region around the raw string literal has been written successfully. This PR is a feature request. I have this on my machine,...
This is a language quirk of pointers/references that causes a sharp corner in this otherwise very nice "C++ combinator DSL". If you were to replace your int with a pointer...
To build this from source requires unity installed. https://josusb.com/blog/build-unity-cmd/ That doesn't seem so hard to do, but I've never done this before. I'm going to use this issue to track...
I want to build form source to make a bottle, and I'll keep all of my scripts in the repo: https://github.com/AriSweedler/homebrew-Digital-Logic-Sim-CE Unfortunately, for a user who wants to build this...
There's gotta be a way to download a library (or does Unity call them plugins) such that my build script sees them. Maybe it's already downloaded and I just need...
It looks like Unity may use what npm uses - a `package.json`: https://docs.unity3d.com/Manual/upm-manifestPkg.html But this project is missing it. If that's the case, I should just be able to make...
Trying to use the unity package manager to create my `package.json` manifest. Looking at https://docs.unity3d.com/Manual/upm-ui-install.html I learned how to open the unity package manager (lol I really am n00b @...