afarchy

↗ HN profile [ 42.8 ms ] full profile
Karma
43
Created
February 5, 2022 (4y ago)
Submissions
0
  1. Buildalon is the all-in-one continuous integration and deployment (CI/CD) solution for Unity developers, based on GitHub Actions. Key features: - Fast incremental builds. - Fully customizable build, test, deploy…

  2. Hey HN! We built a system to manage fully cached GitHub Action runners to speed up incremental build times substantially. How it works: Your user or organization gets dedicated GitHub Action runners. These are never…

  3. We noticed our Unity game builds are much slower on GitHub than locally. Here's why: - The runner needs to install the game engine and dependencies every time. - The build artifacts are not cached between runs. We…

  4. Sometimes I download a Unity log file to debug an issue and find it to be unreadable compared to the editor console. So, I made a website with an interface just like the editor console to view logs. Meet Proxima Log…

  5. Hello HN! For the last few months I’ve been working on a plugin to help Unity developers arrange objects with the power of layout in 3D. I believe layout is about more than making 2D UI - it’s a way of designing that is…