**Content:**
- Imported music files from unity to unreal.
- Scott buckley music needs credits:
```
'Path Through The Mountains' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
'The Long Dark' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
'A Kind Of Hope' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
'Hymn To The Dawn' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
'Last And First Light' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
'Legacy' by Scott Buckley - released under CC-BY 4.0. www.scottbuckley.com.au
```
Co-authored-by: MarcoHampel <sebastianhampel1@gmail.com>
Reviewed-on: Station_Obscurum/StationObscurum#25
**Content:**
- Imported basic shooting animations
- Implemented blending of shooting animations with standard
- Created enum to track current state (gun, carry or default)
- Added functionality to toggle between shooting and walking.
- Added Gun 3d Model.
Co-authored-by: MarcoHampel <sebastianhampel1@gmail.com>
Reviewed-on: Station_Obscurum/StationObscurum#23
**Items:**
- Imported the Astronaut 3D model using Mixamo's Auto-skinning tool.
- Created a Animation Blend and Animation Blueprint for animating the character.
- Imported the Boots and Helmet 3D models.
- Modified the 3rd Person Character Blueprint to use the Astronaut Model and Astronaut Animation Blueprint.
Co-authored-by: MarcoHampel <sebastianhampel1@gmail.com>
Reviewed-on: Station_Obscurum/StationObscurum#6
Some animations are integrated with the player model. The player model has been added to the scene and is playable. Not all animations work and some slight changes need to be made.