Rider and Webstorm now offer free non-commercial versions

Two more to celebrate: Rider and Webstorm now offer free non-commercial versions, and they pair with Unity.

Tools

Unity Hub on Mac: installing a specific arm64 version

I can't install the version I need directly from the Hub. So I went to the official website Archive to find the version. The install URL is unityhub://2022.3.20f1/61c2feb0970d. The install that pops up this way is the Intel version — what do I do if I want the ARM version? Here's the answer from the official website:

App Development
er-api'); if (swiper_api != undefined) { utils.css(`https://unpkg.com/swiper@10.3.1/swiper-bundle.min.css`); utils.js(`https://unpkg.com/swiper@10.3.1/swiper-bundle.min.js`, { defer: true }).then(function () { const effect = swiper_api.getAttribute('effect') || ''; var swiper = new Swiper('.swiper#swiper-api', { slidesPerView: 'auto', spaceBetween: 8, centeredSlides: true, effect: effect, rewind: true, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); }) } });