Entries from 2018-08-01 to 1 month

Run Processing from Terminal

In recent project, I have to connect the input from Processing to Unity through osc. So, I wonder if I can execute Processing using comand line and execute it within C# script. To do so, in OSX it's simple to install processing-java from t…

Sprite Animation and Sprite Packer (Sprite Atlas)

In a recent project, I'm dealing with a great amount of sprites. Eventually, the memory leakage is inevitably happened, and my app crash when loading the scene. (This project was developed to build on iPad) All I get from XCode is "Termina…