Rory Walsh

Results 64 comments of Rory Walsh

There is no in-built support for parsing JSON files in C++ afaik. You can write your own parser or use a 3rd party one. https://github.com/nlohmann/json is definitely one of the...

Thanks, those files are already updated in the dev branch. So I think I'm now going to simply merge the dev branch into the master.

I hear you. I've been busy on a complete rewrite of the source for the past few months, which has lead to me being a little neglectful of this repo..

JUCE has a Unity plugin wrapper. I could look at using it with Cabbage. That would allow users to export native Unity plugins from Cabbage. The plugin UI in this...

They look fine here? I'm using the latest build. Can you pull from source and try again? ![image](https://user-images.githubusercontent.com/2689817/137586466-74c3fff7-012d-4852-888b-948c5704e2c6.png)

I was referring to the latest CabbageRack source code. I will check what version of Rack I'm using when I'm next at my Linux machine..

It's just grabbing a the latest release. I had a CI build set up for this, but it proved to be a nightmare to maintain. Btw, the cmake branch will...

Agreed, I think they were added when we tried to get everything working in the, then experimental, Android exporter. The whole repo could do with updating but I rarely use...

Yes, I get the same behaviour here. Leave it with me. Hopefully it's a simple fix.