Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Aiyana›Events›Beta Build: Clouds and Insects
In-game event

Beta Build: Clouds and Insects

Aiyana · published 13 months ago

All eventsPlayers around this dateRead on Steam

(Beta Branch Only)

I was making good progress having animals run their AI logic on Jobs but it was taking far longer than I was happy with. Bottom line, its just a ton of work to convert every single bit of logic for the animals and to then check/debug each scenario.So I've shelved my progress to return to later and instead focused on insects. I laid enough of a foundation for animal AI that the rendering and animation logic can be applied to fish/insects so I've used insects as a simpler test example and they are now rendering nicely with the new systems and taking far less time to do so.Now that the foundations are laid I'll finally move onto fish for the next update, I just need to be extra careful with them since there are so many and they have the potential to cost a lot of rendering time if not handled properly.

Clouds

Not getting animals where I wanted was disappointing so I decided to work on clouds a break. The current clouds render pretty quickly for what they are but its another thing in Aiyana that is still taking a bit of time to render because its just a Lot of vertices to process. I've also been torn with the current clouds. Sometimes I look at them and think "yeah these look nice" and other times I look at them and think "they just look like flying brains". So since their rendering time could be improved I decided to try a new direction with them and this is what I've come up with.

Even though its much more detailed, this style uses far less vertices than the old clouds and renders in half the time. Its also able to ramp up nicely with the rain which is something that always bothered me with old clouds is that I couldn't find a way to subtly spawn/unload lots of them when it was about to rain.

I still need to efficiently express their shadows since as you can see in this image its a little off that the sky is so dark yet the trees look bright. They also pop in/out and could do with a fading algorithm so they are on my list for the next update.

More from Aiyana

Other announcements

All events
Major update31 Aug 2026Biomes & Points of InterestIts been a busy month, a little too busy. I was pushing myself hard to try and get multiplayer ready in some early form for the upcoming Survival Fest that Aiyana is a part of but I pushed too hard and needed some time off once I realised I just couldn't hit the deadline. So instead I stopped and focused on what I could get done in time, hence this update a little out of nowhere. Biome Generati…In-game event30 Jul 2026New Wood (Beta & Creative Only)Time seemed to slip away from me again but this update has some changes in it that could do with more time to confirm them so its live on the Beta branch only for now. Multiplayer is still coming along nicely but nothing new to report on it yet. Its just very slow to make progress on, especially as a solo dev. Bamboo, Ebony and Cherry Wood As usual I work on something slightly creative to give…In-game event10 Jul 2026Triangles & Snow ShapesThis one took a little longer than expected and I don't think there was any one particular reason, I just struggled to reach a stable state whilst juggling single player and multiplayer bug fixes. For example I need to compress world data before sending it for MP as players join worlds, something that should have been Extremely straightforward but it turns out off the shelf compression algorith…