Skip to content

Commit

Permalink
Merge branch 'main' into cc-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 committed Apr 5, 2024
2 parents d2b0da8 + b0c1b60 commit 9c49ce4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions site/content/en/docs/Guides/Client SDKs/unreal.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@ or {{< ghlink href="sdks/unreal" >}}directly from GitHub{{< /ghlink >}}.

## Resources

[Unreal](https://www.unrealengine.com/) is a [game engine](https://en.wikipedia.org/wiki/Game_engine) that is used by anyone from hobbyists all the way through to huge AAA Game Stuidos.
<a href="https://www.unrealengine.com/" data-proofer-ignore>Unreal</a>
is a [game engine](https://en.wikipedia.org/wiki/Game_engine) that is used by
anyone from hobbyists all the way through to huge AAA Game Studios.

With this in mind there is a vast amount to learn to run a production game using Unreal, even before you get to learning how it integrates with Agones. If you want to kick the tires with a starter project you will probably be fine with one of the starter projects out of the box.
With this in mind there is a vast amount to learn to run a production game using Unreal, even before you get to learning
how it integrates with Agones. If you want to kick the tires with a starter project you will probably be fine with one
of the starter projects out of the box.

However as your Unreal/Agones project gets more advanced you will want to understand more about the engine itself and how it can be used to integrate with this project. There will be different ways of interacting via in Play In Editor (PIE) versus running as an actual dedicated game server packaged into a container.
However, as your Unreal/Agones project gets more advanced you will want to understand more about the engine itself and
how it can be used to integrate with this project. There will be different ways of interacting via in Play In Editor (
PIE) versus running as an actual dedicated game server packaged into a container.

There are few helpful links for latest Unreal Engine 5:
- [UE5 Documentation Site](https://docs.unrealengine.com/en-US/)
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Prerequisite Knowledge/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you are building a multiplayer game, you will eventually need to understand h
There are multiple possible solutions, but the engines that have out of the box SDK's for Agones are:

* [Unity](https://unity.com/)
* [Unreal](https://www.unrealengine.com/)
* <a href="https://www.unrealengine.com/" data-proofer-ignore>Unreal</a>

While you can integrate other engines with Agones, if you are new to developing on a game engine, you may want to
start with the above.

0 comments on commit 9c49ce4

Please sign in to comment.