Example Projects
The Gunsmith demo can be accessed via the Itch.io link below. The demo is currently being worked on and should change substantially over the next couple of months.
Test out weapons in the shooting range or experience the server-authoritative multiplayer experience by inviting your friends to a lobby.
Source code can be viewed and downloaded via Github.
This project shows how to implement Gunsmith on a pawn with a Mover component. It can be played in Standalone, Listen Server or Client mode in editor and builds. Move around with WASD, mouse to look and shoot/ADS and change weapons with numbers 1-3.
Caution
When you first open the project you will need to compile the Mutable assets before being able to use them. You can do this by opening CO_Rifle and clicking on the Compile button at the top of the screen. We will add a step to do this automatically in the future.