Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Spitko

1
Posts
1
Topics
43
Followers
A member registered Jun 17, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

It would be incredibly useful for 3d games if asset forge had some simple support for bones and skeletons.

Simple use case: If I were to design a tank, I'd want the turret to rotate in-engine. Right now the path is to create the turret as a separate object, import them both, then add a code shim which spawns the turret separately and manually set the offset. This certainly gets the job done, but it's tedious once and outright painful to do for a large collection of them, assuming the turret ever changes positions on the model (Or worse: you have multiple turrets!).

Another useful outcome of this would be to use the bones as "hard points" and snapping objects together in code this way. Simply being able to get the position of a named bone opens up tons of functionality from a code/engine perspective, from adding/removing objects at runtime, to simply getting data positions like where projectiles fire from or particle attachment points.