Ho partecipato ad una game jam ma non sono riuscito a finire in tempo .-. il tema era "the error Is the feature"
Avete un gioco pronto ma i settaggi sono completamente errati, riuscirete a sistemarli?
https://t.co/B2E9911tIE
Dopo 2 anni di lavoro, il 30 luglio esce un gioco fatto completamente da me su Steam. Non riesco ancora a crederci.
Se volete lo trovate qui:
https://t.co/uElmBPmL9Z
CW: Body Horror?
This AI video attempt to show gymnastics is one of the best examples I have seen that AI doesn’t actually understand the human body and it’s motion but is just regurgitating available data. (Which appears to be minimal for gymnastics) https://t.co/8dD2q30e4G
Greetings, Teslamaniac! Today is the delivery day for your new obsession, the CYBERTRUCK! As we finish final preparation of your new CYBERTRUCK, here are some hints and tricks to help you really live the dream of being a true CYBERTRUCK owner!
(long thread)
Input Prompts are now available! Contains 800+ glyphs for common input types, including overlays and generic controls. Includes PNG (64×, 128×) and SVG, plus an overview of all glyphs!
Completely free, public domain: https://t.co/me6JjWFKHE
#gamedev#gameassets
A thread on how to recognize and avoid AI #gameassets! Using these game assets is not allowed when releasing a game on Steam, but might also lead to other legal issues as it's hard to determine who owns the rights. How to recognize them; 🧵
@delaneykingrox From the tests that I've done on ue4 it's necessary to call TryGetPawnOwner in the update function in order to preview the animation in the editor using the anim preview editor tab.
During gameplay it's ok to set it on initialize
@delaneykingrox the EventBlueprintUpdateAnimation fires always so if TryGetPawnOwner isn't called the pawn reference isn't valid and you can't see a preview of the update function in the editor 2/2
@delaneykingrox I've done some testing on Ue4 (it may be different on other versions). Everything works fine when the pawn is store on initialize except for the anim preview editor tab that doesn't work anymore 1/2