GRUPO STEAM
The Sanders Family TComWrkShp
GRUPO STEAM
The Sanders Family TComWrkShp
16
EM JOGO
118
ON-LINE
Fundado em
23 de abril de 2015
Idioma
Inglês
Todas as discussões > Discussões gerais > Detalhes do tópico
Elk Jug 13/jan./2018 às 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 edição por Elk Jug; 14/jan./2018 às 8:33
Escrito 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
< >
Exibindo comentários 15 de 5
SMD 13/jan./2018 às 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/jan./2018 às 21:55 
Escrito 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/jan./2018 às 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

O autor do tópico escolheu uma mensagem como a resposta da sua dúvida.
SMD 14/jan./2018 às 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/jan./2018 às 8:32 
Escrito 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 edição por Elk Jug; 14/jan./2018 às 8:32
< >
Exibindo comentários 15 de 5
Por página: 1530 50

Todas as discussões > Discussões gerais > Detalhes do tópico