Advanced Search
Search Results
354 total results found
Agones Adoption Getting Started
✍ Last Updated : September 22, 2022 🚪 Prequisite Knowledge (Optional) [Agones](Agones a9782a164f514f0e8541ce619fc49a5a.md) [Dedicated Game Server Orchestration 101](Dedicated Game Server Orchestration 101 8894e7781b594083ae1a1a93405851a1.md) (Concepts) ❓ Key Q...
Agones Headless Allocation API
Overview Since we have a fleet of warm game servers, we need a way to request one of them for usage, and mark that it has players accessing it (and therefore, it should not be deleted until they are finished with it). https://agones.dev/site/docs/getting-start...
Agones Headless Game Server Fleet Deployment
✍ Last Updated : September 19, 2022 🚪 Prequisite Knowledge (Optional) [Agones Installation](Agones Installation dc97a0baa4c3476895d16e7acadb5864.md) [Building Unity Headless Docker Image](Building Unity Headless Docker Image 45ec56a4f4bb4e9a88414df175ae7885.md...
Agones Installation
✍ Last Updated : September 19, 2022 🚪 Prequisite Knowledge (Optional) ‣ [Containerization / Docker](Containerization Docker 2e0ce73ff63b419d9e2782d79c4cc440.md) [Kubernetes Basics](Kubernetes Basics 13d23a5871e14e34b61adac97169813b.md) [Helm (Kubernetes Packag...
Android Platform
Created at: August 30, 2022 2:58 PM Last Edited Time: November 11, 2022 1:49 PM Moved to Bookstack: No Tags: 📌 Topic
Animation Blend Weight Selection By Animation Clip
✍ Last Updated : September 7, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue Find best practice to decide if a played animation clip should affect whole bo...
Animation Clip Event Copier
✍ Last Updated : September 20, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue How to copy multiple events from one animation clip to another one ✅ Expected...
AnimationClipInfoProperties
✍ Last Updated : September 20, 2022 AnimationClipInfoProperties.cs Dependency for Animation Event Copier and Editor Based from :
Apple IOS Application Signing
✍ Last Updated : November 9, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue How to setup IOS certificate and config for development/publish ✅ Expected Outp...
Attaching Animated Clothing
Expected Output User/player should be able to change clothing and then the clothing should be animated following the character they are attached to. Key Problem When attaching prefabs that need to use the same animations to the character (e.g clothing items), ...
Authenticate player data from fusion with playfab
Key Problem Describe the task or feature in 1-2 lines. Expected Output/Definition of Done Get player data from playfab. Key Solution Describe expected output here
Auto Host Migration
Key Problem how to handle host disconnection problem. define multiple practices that can be done to address this cases Handle on player/room leader disconnect New Issue: Host is transferred, but player id is also changed, ex: Player 1 becomes Player 2, Player...
Automated Deployment (Kubernetes)
Production-Grade Container Orchestration ➡️ most of knowledge base of these topic are done and implemented by devops team minikube start try out kubernetes locally Kubernetes: Everything you need to know Kubernetes 101: Pods, Nodes, Containers, and Clusters
Avoiding Gitlab Runner Directory Resets
✍ Last Updated : November 25, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article [Git](Git d1cd794e98b94d069cc40c9e946f606d.md) CI CD ❓ Key Question / Problem / Issue Describe what question ...
Backend as a Service Comparison
BaaS+Game Server Comparison Sheet (by Imperium42)
Benchmarking Multiplayer Performance
Key Problem Should understand what are the key factor to be benchmarked for multiplayer Network tick rate (# per second) Incoming/outgoing data size per session (# Mb per 1 session) Should understand how to profile the key factor Expected Output/Definitio...
Blend shape is causing visible seams
Key Problem Visible seam on mesh when blend shape is applied, even after transferring normal data from seamless mesh Expected Result No seam on mesh when blend shape is applied Key Solution Set blend shape normal to none
Blockchain
Blockchain append only ledger peer 2 peer block consist of record, hash, and previous block hash (forming chain) to add block it need to be proven through proving mechanism (Consensus) decentralized (anyone in the network have copy and have access to blockcha...
Blockchain Services
🚪 Prequisite Knowledge (Optional) Needs to know about blockchain. ❓ Key Question / Problem / Issue What is the differences of the technology used between every blockchain service? The pros and cons? Pricing. ✅ Expected Output/Definition of Done A data table ...
Blockchain Wallet
❓ Key Question / Problem / Issue what is blockchain wallet how blockchain wallet works how secure is blockchain wallet how wallet security works how do we relate blockchain wallet to a game account ✅ Expected Output/Definition of Done Detailed Information ab...