Follow ierhon
Follow
Following ierhon
Following
Add To Collection
Collection
Community
Devlog
Cosmobite: Unity edition 2
←
Return to Cosmobite: Unity edition 2
Devlog
Weapons Update
November 13, 2022
by
ierhon
#Weapons, #Elements
This update introduced 4 things: Laser weapon Ignesium element Slight Post processing changes (temperature -10) And now the "X" at the in-game menu is always red The laser weapon shoots when the "f" b...
Continue reading
Elements update
November 12, 2022
by
ierhon
#Elements
Now Below the title in the menu there will be always the update's name. Today we added three materials: Denite (default white particles), Dendrite (Looks like stone), Gydrite (Water). Those are all ma...
Continue reading
INSANE optimization 2
November 12, 2022
by
ierhon
Now I added the usage of the C# Job system, BurstCompiler and made the code similar to ECS. I also added some more optimization to the scripts and now playing on 1 thousand particles on 24FPS on my la...
Continue reading
Looks better?
October 23, 2022
by
ierhon
I decided to look for some fonts to update the menu. And by the way I brought back the soundtrack and made the blopblopblop sound not that loud, because I thought it doesn't fit with the music. So her...
Continue reading
Black holes and deleting particles.
October 23, 2022
by
ierhon
This update introduces Black holes , Deleting particles with the blopblopblop sounds and of course removed music from singleplayer because I forgot to add it back on, well at least it won't mix with t...
Continue reading
Bombs got updated!
October 21, 2022
by
ierhon
The problem was that an explosion adds an equal amount of force everywhere. Now the force is divided by the distance. It looked crap because imagine blowing up a small petard and it damages you over 1...
Continue reading
Bombs and smooth scrolling
October 21, 2022
by
ierhon
I added bombs, smooth scrolling only in multiplayer and stuff like that. I'm writing this a long time after I did all this...
Continue reading
Multiplayer is finnaly here!
July 22, 2022
by
ierhon
#multiplayer
I finally added multiplayer to this game but with only one problem. The other players can't spawn or delete particles yet . In the next update I'm going to fix a few glitches and fix this one too (als...
Continue reading
A bit more satisfying
July 18, 2022
by
ierhon
I decided to add a menu to add stuff later. It looks ugly for now but It'll be fixed. While testing I noticed that zooming-out isn't enough so I made the camera further away from the rocket image plan...
Continue reading
INSANE optimization
July 17, 2022
by
ierhon
#optimisation
Making the game faster using chunks turned out to be even slower. I tried adding skipping frames and removing memory allocation while running. This made it run 6x times faster than before. Also I adde...
Continue reading
Linux
July 14, 2022
by
ierhon
#linux
I stopped being lazy to add a linux version. Still noone plays it except me and a few other testers...
Continue reading
Ambient
July 14, 2022
by
ierhon
#ambient, #music
I added copyrighted ambient made by Зелёный #7759 Sorry :(. That's a private testing anyways so that doesn't seem to count...
Continue reading
Deleting particles
July 14, 2022
by
ierhon
I added a button `c` that clears all the particles...
Continue reading