@The_Jhamm3D please send me a DM! I'll get back to you by monday at the latest. I think I have replied to each person who has messaged so far but if you are still waiting a reply please message me again. Can also reach me at #aljav on discord.
I'm compiling some tips and tricks into a database here: https://aljavgames.notion.site/Aljavs-game-dev-tips-0ed8961228234ff28b571ed0c73472cc?pvs=4 There are a few maya things there now might be helpful. Will add more. I'll post the Maya and other 3d specific things here. The website is just a notion page made public. It's…
the eyes offset is most easily fixed by unbinding, removing the bind pose, and rebinding them. Since they 100% weight to a single joint this is an easy fix. if during the setup of the fit skeleton it complains about joints not being zeroed out this can also be the issue, if you ignored that. One time I had a similar issue…
i try to avoid grouping by type because the computer already has many ways to filter by type I try to avoid group by use because - assuming its a game project - where and why things are used may change many times. What I mean is, don't couple a model with a level as an example. i think the best thing I've come up with so…
I've wrote some general tips for help to find things easily in unreal here: https://aljavgames.notion.site/Find-anything-fast-in-Unreal-b1d800ad6ba5426e8ee951e38588abd1?pvs=74 its geared towards general game development but might still be some helpful ideas even if you only use it for storing assets