Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

CSharpForUnrealEngine5/CSharpExamples

Repository files navigation

CSharpExamples

This repository contains examples of using C# to write Unreal Engine games. To find the C# source, look in each folder's Source/[Name]/Game folder. The examples are:

ThirdPerson - A simple example that shows how to assign input to character actions, as well as set up a simple third person camera. It is based on the Unreal Engine's Third Person template.

FirstPerson - A more complex example that uses a first person camera. It shows how to pick up and fire a wepon, as well as adding sound and a recoil animation. It is based on Unreal Engine's First Person template.

ThirdPerson - This example generates a top-down camera, as well as how to use AI to navigate to a point on the map.
The point is selected by clicking on the map. It is based on Unreal Engine's Top Down template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published