Steve's Place on Nostr: Updates to the core #RPG code I'm using invalidated all of the characters, AI & ...
Updates to the core #RPG code I'm using invalidated all of the characters, AI & playable. That was unexpected. Prior updates did not have this effect.
Part of it is that Data Tables are gone, in favor of Data Assets. There is extensive use of gameplay tags now. And the main AI code has changed accordingly. Every single character's spawn point had nothing assigned to spawn.
I'll try upgrading in its default map, then adding my map. Maybe I can preserve spawn points, at least. 🤞
#GameDev #UE5
Part of it is that Data Tables are gone, in favor of Data Assets. There is extensive use of gameplay tags now. And the main AI code has changed accordingly. Every single character's spawn point had nothing assigned to spawn.
I'll try upgrading in its default map, then adding my map. Maybe I can preserve spawn points, at least. 🤞
#GameDev #UE5