maxim, to unity
@maxim@mastodon.gamedev.place avatar

So, the betrayal with Unity is canceled... I can congratulate all the panickers and those who have already started studying other engines. Compromise seems to be the norm, and the logo made with unity can be off even with free use of the license.

What else do you need?

#unity #madewithunity #gamedev #indiedev

maxim, (edited ) to mastodon
@maxim@mastodon.gamedev.place avatar

Hello Unity Developers from 🐸

What Unity version are you currently using?

⭐ please write why exactly this version

maxim, to unity
@maxim@mastodon.gamedev.place avatar

I don't often buy something from assets, because we do everything ourselves for the game. And if I buy something from assets for the future...

Once I bought on Humble Bundle software bundle with "Total Music Collection" for unity asset.

Today I bought bundle "Music Mania". When I downloaded it, I realized that I had already seen it somewhere. I started looking among what I bought before...

They are the same 🤪 is this cheating?

#unity #music #gamedev #indiedev #humblebundle #madewithunity

maxim, to mastodon
@maxim@mastodon.gamedev.place avatar

Unity Tooools ⛏️ 🔨 🔧 🛠️ 🔩

Hey game developers from #mastodon

Let's make a list of tools and templates Unity assets!

⭐ Please write what assets you use when working on a game in Unity. What exactly do you like about them?

#gamedev #indiedev #madewithunity #unity #unitytips #unity3d #asset #poll #tools #gamedevelopment

video/mp4

spielmannspiel, (edited ) to steam
maxim, to gamedev
@maxim@mastodon.gamedev.place avatar
ant_games, to gamedev Ukrainian
@ant_games@mastodon.gamedev.place avatar
maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

Unexpectedly 📌

In Unity there is Script Execution Order settings, I have never used it. Are you?

In the Erra: Exordium, the internal architecture was constantly overgrown with new features and even changed several times. And so at the end of the project, a precedent appeared - to call to initialize the object after everything was loaded and the player object appeared dynamically. Unexpectedly!

I write new code 👽

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

A bit from developer kitchen 📌

Don't tell me that the stairs are easy... maybe you're using off-the-shelf solutions. But it is not easy to do it yourself

Early access https://store.steampowered.com/app/1224030?utm_source=mastodon

#gamedev #indiedev #IndieGameDev #gaming #videogames #pixelart #indiegame #retrogaming #pcgaming #gamedevelopment #madewithunity #unity

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

Unity 💩 Time.timeScale and Quaternion.Euler

I made a mechanism to damage the hero and some enemies due to time freezing a long time ago... during damage, the gameplay freezes for a split second: Time.timeScale = 0f;

noticed an interesting error

Assertion failed on expression: 'CompareApproximately(SqrMagnitude(result), 1.0F)'

when another object rotates through this

transform.localRotation = Quaternion.Euler

it happens when timeScale = 0

#gamedev #madewithunity #unitytips #unity2d #unity

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

Interframe sprites with color lerp example. The idea is good, but I don't like it

https://store.steampowered.com/app/1224030/

> ERRA: EXORDIUM 🚘 Under the hood <

#gamedev #indiedev #pixelart #videogames #madewithunity #unity #unity2d #unitytips #animation #2d

video/mp4

designerbradley, to gamedev
maxim, to unity
@maxim@mastodon.gamedev.place avatar

I have a question for the game optimization specialists on Unity

When the camera does not see the particle system, it is not calculated by the processor? Are you sure about this?

#unity #madewithunity #gamedev

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

Boss Fight 📌

I think the most difficult is the boss fight. Different phases of the boss, waves of enemies, missile strikes, two floors, even a puzzle... and behind all this hundreds of parameters are hidden.

I, as a programmer, and an artist, who visualizes and adjusts all this, are working on it

The new scene will be in the next update Erra: Exordium

https://store.steampowered.com/app/1224030/Erra_Exordium/

#gamedev #indiedev #gamedesign #programming #madewithunity #gaming #videogames

image/jpeg

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

AudioMixer in Unity 📌

Unity why can't the volume control feature be made for humans?

For example, I want to lower the volume by 0, this should be set to a value -80f on AudioMixer. Ok.

But when I want to do it smoothly, for example, smoothly reduce the volume of the music, then in the second half of the value scale, no sound is heard. So instead of 2 seconds, I have to do 7 seconds of fading

#gamedev #madewithunity #sounddesign #unity2d #unitytips #unity3d #indiedev

video/mp4

arielsan, to random

Added exploding vehicles and barrels too and more blood

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar
maxim, to mastodon
@maxim@mastodon.gamedev.place avatar

Specially for #mastodon community, some #gamedev stuff from Erra: Exordium - a demonstration of the effects manager and the monitoring console

Early access https://store.steampowered.com/app/1224030?utm_source=mastodon

Discord http://discord.gg/B5q9dec

#gaming #videogames #pixelart #games #madewithunity #indiedev #unity #gamedevelopment #inidegame #indiegamedev

video/mp4

maxim, to unity
@maxim@mastodon.gamedev.place avatar

Evil button 👹

Accidentally clicked on this button and for a long time could not understand why UNITY is buggy, does not want to display focus on an object in the Hierarchy when selecting it on the Scene

#unity #madewithunity #unitytips #gamedev

maxim, to unity
@maxim@mastodon.gamedev.place avatar
LouisIngenthron, to gamedev
@LouisIngenthron@qoto.org avatar

Soooo... just a thought, but what if the entire #gamedev community came together to build and run a tool to rapidly install #madewithunity games built by big studios over and over? This would cause them to receive a huge bill from #unity, and they'd actually have the resources to unleash an army of lawyers...

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

A typical gamedev

The first night since we launched early access has passed.

I bought my own game and got to the end of this early build. And what do you think...

I found a bug that needed to be fixed urgently. So, the game already has an update.

https://store.steampowered.com/app/1224030/Erra_Exordium/

maxim, to unity
@maxim@mastodon.gamedev.place avatar

I hate artifacts that appear when the code has been written for a long time.

While pausing the gameplay, I stop the listener
AudioListener.pause = true;

From pause I increase the AudioMixer volume smoothly from -80 to last value

When pausing I hear a nasty stop sound if no music is playing. I will have to make a smooth stop of all this 🔊 💩

How did you solve this problem?

#unity #unitytips #madewithunity #gamedev #sounddesign

video/mp4

maxim, (edited ) to gamedev
@maxim@mastodon.gamedev.place avatar

My way of choosing Unity versions 💩

I start with 2019. Time has passed. This is an outdated version for Nintendo. I chose another one (2020.3) so that it was suitable for PlayStation. Time has passed. Now the version is outdated for Sony, I choose another version (2021.3).

#gamedev #unity #madewithunity

jonkk, to indiegames

people are always asking “Jón, where can I wishlist your game Cool Cars?”

well, now I can finally tell them “actually, it’s called Tiny Tires and you can wishlist it on Steam right NOW!” 🚗🚙🏁

please enjoy this brand new trailer and then go find the Steam link below. 👇❤️

video/mp4

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • anitta
  • magazineikmin
  • InstantRegret
  • tester
  • tacticalgear
  • ethstaker
  • normalnudes
  • cisconetworking
  • cubers
  • Durango
  • Leos
  • provamag3
  • modclub
  • JUstTest
  • All magazines