pick up an object and give it an animation
I'm making a 2D and in the game the player can pick up objects. Some, like say a lantern, can be held. I'd like to animate it but I'm not sure how to proceed.
I have the character animated to walk with a blend tree and I'm attaching the lantern as a child to the parent gameObject, but how do I make a game object, that's added at run-time, animated and synced with the character animation?
My best guess so far is to give the lantern it's own animation that's complete separate from the player. Would this work and if so, is it the best way?
Your answer
Follow this Question
Related Questions
Google Cardboard-Click to move 0 Answers
Animations that interact with the world around you? 0 Answers
Best way to implement character(2d) interaction with other objects or characters 0 Answers
How to do some sort of grappling/carrying system, like in wrestling games and Dragon's Dogma? 0 Answers
UI animation when enter trigger, then destroy self after (X) time 0 Answers