Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

317 total results found

Photon Multiplayer Service

Notion Knowledge Bank Migration

Product Architecture Overview [Photon Fusion](Photon Fusion eb768d5e0b8f41b5b861fcd68e03589d.md)

Photon Quantum

Notion Knowledge Bank Migration

Contributor: Anonymous Created at: June 7, 2022 3:07 PM Last Edited Time: November 11, 2022 12:10 PM Moved to Bookstack: No

photon-multiplayer-service

Photon Server

Notion Knowledge Bank Migration

πŸšͺ Prequisite Knowledge (Optional) Basic Software Networking Dedicated Game Server Separation with Multiplayer Relay Server ❓ Key Question / Problem / Issue what is photon server ? how photon server related with other photon service ? βœ… Expected Output/Defi...

photon-multiplayer-service

Playfab Load Balancing

Notion Knowledge Bank Migration

Key Problem What is the state of Load Balancing fir Fusion if integrated with playfab Expected Output/Definition of Done A sample op game using playfab Load Balancing Key Solution Describe expected output here

photon-fusion

Portal using Stencil

Notion Knowledge Bank Migration

✍ Last Updated : October 26, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer βœ… Expecte...

Porting Tech Assesment Checklist

Notion Knowledge Bank Migration

Created at: February 3, 2023 5:41 AM Last Edited Time: February 3, 2023 5:41 AM Moved to Bookstack: No

Preventing AnimationEvent during State Transition by not using State Machine Behavior

Notion Knowledge Bank Migration

✍ Last Updated : September 22, 2022 The 2nd alternative for animation event handling works by setting and checking the state manually. Case example : AttackStart Event must be called, but AttackCheck must not get called since the Attack State is already in tr...

Preventing AnimationEvent during State Transition By Changing AnimationEvent Time

Notion Knowledge Bank Migration

To prevent event from firing when animator is transitioning to another state, one can utilize the StateMachineBehaviour public class StateListener : StateMachineBehaviour Since there’s no OnStateChange function in StateMachineBehaviour, we need to check every...

Preventing AnimationEvent during State Transition

Notion Knowledge Bank Migration

✍ Last Updated : September 21, 2022 πŸšͺ Prequisite Knowledge (Optional) Using Unity Animator Using Unity State Machine Behaviour ❓ Key Question / Problem / Issue In Unity Animator, when the animator is transitioning from one state to another, during the transi...

unity-animation-(mecanim)

Preventing AnimationEvent using Animator IsInTransition flag

Notion Knowledge Bank Migration

The theory in the alternative approach would be using AnimationEventHandler class which will handle all the events and then check if current clip is in transition or not. If it’s not in transition, then trigger corresponding event. First on OnStateEnter, add a...

Publishing New Package to Registry

Notion Knowledge Bank Migration

✍ Last Updated : January 7, 2023 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article Node.js and NPM Basics CLI ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowl...

upm

Quantum Change Unity Project Name

Notion Knowledge Bank Migration

Contributor: Anonymous Created at: June 7, 2022 4:15 PM Last Edited Time: November 11, 2022 12:07 PM Moved to Bookstack: No State: β–Ά On-Going

photon-quantum

Quantum Connect Game with Load Balancing

Notion Knowledge Bank Migration

Di quantum, kita gak buka scene pake scene manager buat scene yang nantinya akan jadi game kita, tapi quantum akan buka scene nya pas kita pake QuantumRunner.StartGame Pertama kita buat dulu Map Data buat quantum Pastiin Map Data itu nanti bisa dimasukan seb...

photon-quantum

Quantum Error AssetException when using QuantumRunner.StartGame

Notion Knowledge Bank Migration

Mungkin kamu mengalami kejadian error ini pas jalanin fungsi QuantumRunner.StartGame Error ini dikarenakan proses construct new DeterministicSession pada QuantumRunner error dikarenakan value yang di isi pada parameter QuantumRunner.StartGame tidak benar Car...

photon-quantum

Quantum How To Use (Simple)

Notion Knowledge Bank Migration

Repo Sign in Quick Start Info Watch this video https://www.youtube.com/watch?v=oVqbPnG70qc&ab_channel=ErickPassos SDK Download (ato minta ke yang bisa akses quantum di photon) Photon-Quantum-Sdk_v2.1.0-RC2N.zip Architecture ![quantum-sdk-layers.jpg](Quantu...

photon-quantum

Quantum Load Balancing

Notion Knowledge Bank Migration

Repo Sign in Apa itu Load Balancing? Load Balancing adalah proses sebuah sistem untuk memproses player dari awal masuk ke server multiplayer hingga masuk ke room game yang sesuai. Load Balancing ini bisa dilakukan secara otomatis maupun dapat dikostumisasi ol...

photon-quantum

Quick SOLID 101

Notion Knowledge Bank Migration

1️⃣ Single Responsibility Each class contains one responsibility Example: UserService class is just for Register. No Send Email process and Validate Email. public class UserService { EmailService _emailService; DbContext _dbContext; public User...

Radial Blur PostProcessing

Notion Knowledge Bank Migration

✍ Last Updated : November 16, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer βœ… Expect...

Ready Player Me Basic Implementation

Notion Knowledge Bank Migration

Installation : Download ready player one unity sdk here : https://docs.readyplayer.me/ready-player-me/integration-guides/unity/unity-sdk-download Unzip the content, if the content is not a unitypackage file, you might need to rename from Ready Player Me_vX.XX....

unity-3d

Ready Player Me Insight

Notion Knowledge Bank Migration

Technology Basic Usage Installation : Download ready player one unity sdk here : Downloads Unzip the content, if the content is not a unitypackage file, you might need to rename from Ready Player Me_vX.XX.X.unitypackage.gz to Ready Player Me_vX.XX.X.unitypacka...

unity-3d