GRUPO DE STEAM
The Sanders Family TComWrkShp
GRUPO DE STEAM
The Sanders Family TComWrkShp
16
JUGANDO
148
ONLINE
Fundado
23 de abril de 2015
Idioma
Inglés
Elk Jug 13 ENE 2018 a las 19:18
[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?
Última edición por Elk Jug; 14 ENE 2018 a las 8:33
Publicado originalmente por 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
< >
Mostrando 1-5 de 5 comentarios
SMD 13 ENE 2018 a las 21:37 
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 ENE 2018 a las 21:55 
Publicado originalmente por 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 ENE 2018 a las 2:06 
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

El autor de este tema ha marcado un mensaje como la respuesta a su pregunta.
SMD 14 ENE 2018 a las 4:46 
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 ENE 2018 a las 8:32 
Publicado originalmente por 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
Última edición por Elk Jug; 14 ENE 2018 a las 8:32
< >
Mostrando 1-5 de 5 comentarios
Por página: 1530 50