-
Notifications
You must be signed in to change notification settings - Fork 828
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
Agones SDK with Unreal Engine Example #2241
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: WilSimpson The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 023f7d2a-269d-417f-a889-bd4b208e271c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
FirstPersonExampleMap is missing |
I renamed them to EntryLevel and ServerLevel to hopefully improve clarity of what each level is used for. I noticed I did not set this in the settings, so I have done so now. Thanks! |
Build Failed 😱 Build Id: 3166a29c-e17e-4e39-8ba8-72f11de2eeaf To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
Build Succeeded 👏 Build Id: d63dcd48-6fec-4a27-8bee-be82a165eae8 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Just came to say that I applaud this effort, even if I have no idea what is going on 😄 |
Build Succeeded 👏 Build Id: 663ed227-dae1-432d-94e9-16db86a64d00 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: c50b8858-cef1-4e0c-a911-43277d0982e4 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 6fdaeb99-1ac8-4427-a9e1-e3500b4476f0 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
RUN apt-get update \ | ||
&& apt-get upgrade -y | ||
|
||
RUN adduser server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use useradd instead of adduser, it avoid some interactive message
kind: GameServer | ||
metadata: | ||
generateName: "unrealexample-" | ||
spec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
template key is missing
Based on "This is incomplete and posted for early review and further discussion" from the initial comment I've changed this to a draft pull request. Please move it back to active when it is complete. Thanks! |
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to install xdg-user-dirs
|
||
EXPOSE 7777/udp | ||
|
||
ENTRYPOINT ["/home/server/server/AgonesExampleServer.sh"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use CMD instead
It's been a long time since this was worked on - should we close it for now and revisit at a later date? |
So it's been 7 days since I suggested we close this, and it doesn't seem like we've had any objections. So I'm going to close this. Please open a new PR if you want to revisit 😄 we would love to have this example. |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
There have been requests for a full Unreal Engine example. This example bundles a complete Unreal Engine 2.26.2 - Third Person Shooter example game. Shows how to include Agones on only server builds and not offline lobbies. Shows how to use Agones in C++ and in blueprints. Ready to build, package and deploy.
Which issue(s) this PR fixes:
Closes #2217
Special notes for your reviewer:
This is incomplete and posted for early review and further discussion. Here is what is currently done and plan to be work on:
Some decisions further decisions:
Any other requests for features in the example?