STEAM GROUP
The Sanders Family TComWrkShp
STEAM GROUP
The Sanders Family TComWrkShp
11
IN-GAME
121
ONLINE
Founded
23 April, 2015
Language
English
Elk Jug 13 Jan, 2018 @ 7:18pm
[SOLVED]How did the minigun's animation work?
When aiming with the minigun, the guntube is turning, but I didn't find ways to make it happened, and I didn't find any unitypackage examples which explaned how it work, anyone got an idea?
Last edited by Elk Jug; 14 Jan, 2018 @ 8:33am
Originally posted by SMD:
Exactly what Maikee Maous said, there is no need for animation. It is done using code or simple Animation that rotate Model_1 at one of the axis. You can apply multiple object in terms of looks, basically combine all the Models into 1 and name it as Model_1. If you want it to the separated, I dont know if parenting the models to Model_1 will work, but you can try
< >
Showing 1-5 of 5 comments
SMD 13 Jan, 2018 @ 9:37pm 
You need a Model_1, that will be the barrel of the Minigun. You will also need a Minigun Audioclip for the sound it makes when spinning
Elk Jug 13 Jan, 2018 @ 9:55pm 
Originally posted by SMD:
You need a Model_1, that will be the barrel of the Minigun. You will also need a Minigun Audioclip for the sound it makes when spinning
so what about animations? and could I apply multiple objects as barrel? sry but I really need more guide, thx.
Maikee Maous 14 Jan, 2018 @ 2:06am 
The animation of the barrel is dependant on how you set the .dat file as well. Firstly, gun Action type should be set to Minigun.

For setting up in Unity, the gun has to be modelled into 2 separate meshes, one for the main model and the other the barrel you want it to rotate. Despite it being Model_0 and Model_1, do make sure they fall under the same LOD Group

The author of this topic has marked a post as the answer to their question.
SMD 14 Jan, 2018 @ 4:46am 
Exactly what Maikee Maous said, there is no need for animation. It is done using code or simple Animation that rotate Model_1 at one of the axis. You can apply multiple object in terms of looks, basically combine all the Models into 1 and name it as Model_1. If you want it to the separated, I dont know if parenting the models to Model_1 will work, but you can try
Elk Jug 14 Jan, 2018 @ 8:32am 
Originally posted by SMD:
Exactly what Maikee Maous said, there is no need for animation. It is done using code or simple Animation that rotate Model_1 at one of the axis. You can apply multiple object in terms of looks, basically combine all the Models into 1 and name it as Model_1. If you want it to the separated, I dont know if parenting the models to Model_1 will work, but you can try
Thankyou, so that is the answer but a little bit disappointed, I thought we can change the rotate animations to a customize animation to achieve a more decent gun mechanical animation, now I know it can't be achieve...but thanyou anyway, solved this problem
Last edited by Elk Jug; 14 Jan, 2018 @ 8:32am
< >
Showing 1-5 of 5 comments
Per page: 1530 50