Profile avatar
benskigameworks.bsky.social
21 posts 5 followers 11 following
Getting Started
Conversation Starter

A playthrough my latest GamJam project :) Super Tiny World - Made in Unreal Engine 5, using the Character Component with customized gravity. Tutorial on planar movement by by Ari Arnbjörnsson from Epic Games. youtu.be/Z_a6OFspK9w

Super Tiny Galaxy - Work in Progress - - Day 2 VS Day 4 - @gamedevtv.bsky.social GameJam 2025 submission. Theme: Tiny World Huge thanks to @flassari.bsky.social for the tutorial on planar movement. Links in the comments.

UE5 editor shortcut I'll forget tomorrow: Right-click on a variable's type to toggle the type as an array. (In the variables panel, usually on the left of the screen) #UE5 #UnrealEngine #Unreal #Editor #Gamedev

When referring to widget animations, What's your preferred generic way to address them? a. Show/Hide Anim b. Transition in/out Anim c. In/Out Anim More suggestions are welcome! (Naming convention for my plugin) #UE5 #UnrealEngine #indie #gamedev #fab #EpicGames #Widget #UI #SpeechCraftPlugin

I made a C++ tutorial on physics-based widgets in Unreal Engine. Learned from DreamjobGamedev's tutorial in Godot, and ported the code to UE. Links to the tutorials in the comments :) #UnrealEngine #UnrealEngine5 #UE5 #Indie #gamedev #gamedevelopement #UI

Speech Craft - UE5 Plugin A highly modular speech UI system for Unreal Engine Basic Speech Bubble Demo Full Video: youtu.be/zPlBePzmiSE * Footage is Work in Progress * #UE5 #UE #Unreal #Engine #UnrealEngine #Plugin #UI #Widget #Speech #Craft #SpeechCraftPlugin #Chat #Bubble

Would you find it useful? 1. Widget system automatically managed with screen bounds location handling. 2. Actor Component working out of the box. 3. Automatic text management using an array/data table. Any widget, simply implement an interface with 4 function calls!

Always doubt ChatGPT. Does calling StopAnimation() on a Widget Animation while playing will cause OnAnimationFinished() delegate to broadcast? ChatGPT: No, calling StopAnimation() directly on a widget or animation in Unreal Engine does not execute the OnAnimationFinished. #UE #UnrealEngine #Ai

I made a short video about my 2D game submission for Druid mechanics game jam 2024! I briefly discuss why I recommend making 2D games even if your goal is making 3D games. youtu.be/GXk8E_kKNMM?...