GothicJawa's Avatar

GothicJawa

@gothicjawa.bsky.social

I code stuff.

29 Followers  |  25 Following  |  79 Posts  |  Joined: 08.12.2024  |  2.1247

Latest posts by gothicjawa.bsky.social on Bluesky

A commodity trader that made his money on tariff free old empire commodities, before we joined the EU, which put tariffs on them....

Let that sink in.

He's more transparent than air.

28.08.2025 13:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'm impressed they even got to the prototype stage, imagine, that's a real machine.

28.08.2025 13:24 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Relate.

28.08.2025 11:49 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Asteroid Afterparty - The End of Time
YouTube video by Reinelex Music Asteroid Afterparty - The End of Time

Want to feel like a bass loving sentient asteroid looking for the best after party?

Check this.

Perfect for 2am coding sessions. ๐Ÿ’ป

Caffeine replenishment advised. โšก

#music 4 #indiedev

youtu.be/08i_krgrZHE?...

28.08.2025 11:44 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

For about a year it was plain and boring, I was burnt out on net code and decided I wanted to wrestle with IMGUI.

I use bunch of custom inspectors and context menus too. They are super helpful!

I have my own custom window base class all the other windows inherit to get the same style.

27.08.2025 09:58 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Always coffee. Always. ๐Ÿ˜‰

27.08.2025 09:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

So do I! We make our editor work for us ๐Ÿ’ช

27.08.2025 09:47 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Gonna start doing dev streams again soon.

I has spent all day setting up a new stream layout.

Theme, retro sci-fi cyberpunk mash up. OBS and StreamerBot is nuts these days.

I know, unashamedly edgy.

27.08.2025 02:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

The search bar is pretty handy.

Did you know you can search by component type?

In the Hierarchy search bar, type t:Light or t:Rigidbody to quickly find all objects of that type.

This works even for your own components!

#indiedev #gamedev #gamedevelopment #unity #unity3d

27.08.2025 02:23 โ€” ๐Ÿ‘ 15    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
a close up of a man 's face with his mouth open . ALT: a close up of a man 's face with his mouth open .
23.08.2025 12:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I think the word centrist has been hijacked.

23.08.2025 12:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Phew. ๐Ÿ˜…

23.08.2025 12:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

If you're a dinosaur like me and use UGUI don't just have one canvas for everything.

Unity will dirty and redraw the whole canvas even elements that didn't change.

Performance cries.

Use multiple and parent them to your own UI controller logic.

#indiedev #gamedev #unity #unity3d

23.08.2025 12:14 โ€” ๐Ÿ‘ 11    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's hilarious, honestly.

"I don't like immigrants"

Becomes an immigrant.

Priceless.

22.08.2025 22:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Urgh how dare they hijack our Union Jack flag.

It's meant to symbolise a country of unification without prejudice, of multiculturalism and sharing the cause of acceptance and respecting each other's beliefs and opinions.

That's why I'm proud to be British, that's what being British is to me.

22.08.2025 19:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'll fly the Jack because I'm proud of our countries acceptance and inclusion, which is more historic than people realise.

The United Kingdom is built on unification without prejudice where everyone has the chance to become part of the fabric of our nation.

That's why I'm proud to be British.

22.08.2025 17:24 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

If you want some organization without cracking open a whole custom editor, use Header and Space attributes to organise how the inspector displays your fields.

[Header("Motion")]
public float Speed;

[Space(10)]

[Header("Combat")]
public int Damage;

#indiedev #gamedev #unity #unity3d

22.08.2025 15:13 โ€” ๐Ÿ‘ 19    ๐Ÿ” 6    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
USAO - Big Daddy
YouTube video by USAO USAO - Big Daddy

Let's focus on music please! ๐Ÿ˜

#music 4 #indiedev

youtu.be/W6a1C1ojzH0?...

22.08.2025 09:47 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Part of being a good developer is to know your limits, when you do you will know how to push them higher.

Monuments are built from the ground up.

Thanks for coming to my TED talk.

#indiedev 's I believe in you! ๐Ÿ’ช

22.08.2025 02:12 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I'm not saying anything...

#indiedev 's I'm looking at you.... And me.

I try, dammit.

22.08.2025 01:53 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

Don't use GameObject.Find()

Ain't nobody got time for that...

Seriously, there's no reason for you to be using that unless your a masochist.

#indiedev #gamedev #gamedevelopment #unity #unity3d

21.08.2025 22:34 โ€” ๐Ÿ‘ 8    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
AMORTAL & Castroe - Drop [Dark Clubbing / Bass House]
YouTube video by Aim To Head Release AMORTAL & Castroe - Drop [Dark Clubbing / Bass House]

I'll just keep them coming.

Let's code. ๐Ÿ’ป๐ŸŽต#๏ธโƒฃ

#music 4 #indiedev

www.youtube.com/watch?v=SF-d...

20.08.2025 18:34 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Femme Fatale
YouTube video by Matteo Tura - Topic Femme Fatale

๐Ÿ˜

#music 4 #indiedev

youtu.be/bz_ZQ7w-_6k?...

20.08.2025 12:43 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿฅต

20.08.2025 12:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Sometimes it doesn't even get that far off the ground. ๐Ÿ˜…

20.08.2025 11:59 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

Use [SerializeField] on private fields instead of making them public.

This exposes them in the inspector whilst still keeping them private.

I often use this to see what my cheeky private fields are up to while testing functionality.

#indiedev #gamedev #gamedevelopment #unity #unity3d

20.08.2025 02:52 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Someone using AI might though ๐Ÿ˜‰

20.08.2025 00:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

100% agree, I mean we can look back in time and say, something has been capitalized on. Nearly everything we come to love, has been.

Films, music, games, art, the internet, abstraction and democratization of industry skill sets and tooling...

Pretty sure there is more to that, than just money ๐Ÿ˜‰

20.08.2025 00:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's a tool, it requires context, most dev's who use AI have instructions set up to help them with their work flow/pipeline, some times several sets for different jobs that includes source files for it to reference as well. AI still needs input, the quality of the output directly correlates to that.

20.08.2025 00:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unity Tip.

Instead of constantly spawning/destroying bullets, particles, or enemies like a slightly unhinged demolition contractor.

create a reusable pool of objects at startup. Just activate/deactivate them as needed.

#indiedev #gamedev #gamedevelopment #unity #unity3d

19.08.2025 18:27 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@gothicjawa is following 19 prominent accounts