sczack Posted November 28, 2021 Posted November 28, 2021 I need some advice, guide or tutorial guys. So rn im almost done with prototyping an adult game with turn based, day/night cycle , open world with Pregnancy and child birth mechanics but the problem is animation part and Pregnancy/child birth part. Im using ork framework btw. 1. How can i import multiple character animations cutscene to unity? from third party software( blender/iclone/daz) etc. 2. How can i animate a cutscene of character changing clothes, taking a bath etc? I know how to animate a sex scene. 3. How can i think about the logic flow of Pregnancy/child birth mechanics? Is there any related tutorial or most similar tutorial? I’m lost ..... Mainly looking for a scripting part for Pregnancy and child birth framework. Eg - after you had sex with character for multiple times, that said character will get pregnant, then character mesh will change it to Pregnancy body mesh and then give birth. I dunno how to make it happen with c# script. Im sorry for my english guys. I would appreciate for every input, any guides. Even the closest tutorial would be fine. Thank you in advance guys.
Guest Posted November 28, 2021 Posted November 28, 2021 Moved to tech support. 1. blender, 3d studio, Maya, etc files can be just drag and dropped inside unity. Works with about all Blender parts: meshes, materials, animations, lights, etc. 2. you need usually to animate the different parts (mashes) together in the same animation. Be aware, doing this directly in Unity is a pain and not really a good idea. Better if you use a 33d tool like Blender or Maya for animations. 3. is very simple code. What is your level of programming?
sczack Posted November 28, 2021 Author Posted November 28, 2021 Thank you for the reply sir. Im a programmer in the field of java and python for 5+ years but im completely new to C#. Closest guides or any learning resources regarding about that particular logic would be fine.
Guest Posted November 28, 2021 Posted November 28, 2021 If you know Java, then C# is not difficult. They are very similar. Try the free course from WorldWideWeb consortium schools, just to check if are OK with the language or you need some studying. You may also want to do some courses for Unity. It is not complex, but for sure you need some experience. C# free course: https://www.w3schools.com/cs/index.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.