Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Don't check Unreal Link #3745

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading