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

354 total results found

Installing Unity Package From Scoped Registry

Notion Knowledge Bank Migration

✍ Last Updated : November 4, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article Opening [Unity 3D](Unity 3D 5532e59028e74dd5938b01064478ba74.md) Editor ❓ Key Question / Problem / Issue Desc...

unity-3d
upm

Instanced Static Mesh vs Hierarchical Instanced Static Mesh

Notion Knowledge Bank Migration

Hierarchical Static Mesh Has LOD, Static Mesh Doesn’t

iOS Firebase Cloud Messaging Integration in Unity3D

Notion Knowledge Bank Migration

✍ Last Updated : January 2, 2023 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article Firebase Unity3D ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge shoul...

unity-3d

IPFS

Notion Knowledge Bank Migration

πŸšͺ 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 βœ… Expected Output/Definition of Done Define...

web-3

Jasper Multiplayer Engine

Notion Knowledge Bank Migration

Sign in

multiplayer

JS Sonar Implementation

Notion Knowledge Bank Migration

Sign in

sonarqube

Kara Kure Note

Notion Knowledge Bank Migration

Bone And Mesh Interaction Shared skeleton and animation state public class Equipmentizer : MonoBehaviour { public GameObject target; // Use this for initialization void Start () { SkinnedMeshRenderer targetRenderer = target.GetComponent<Skin...

Kubectl Quick Start

Notion Knowledge Bank Migration

✍ Last Updated : September 19, 2022 πŸšͺ Prequisite Knowledge (Optional) [Kubernetes Basics](Kubernetes Basics 13d23a5871e14e34b61adac97169813b.md) ❓ Key Question / Problem / Issue how to check kubectl availability in your machine how to install kubectl How to s...

automated-deployment-(kubernetes)

Kubernetes Basics

Notion Knowledge Bank Migration

❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer βœ… Expected Output/Definition of Done Define what information you really need and the definition of done 🎁 Resulting Solution Write writing results below Kube...

Lag Compensated Hitbox & Raycasts

Notion Knowledge Bank Migration

Expected Output Quick guide about hitbox and raycasts, what they do, and how they impact in networked games. Key Solution πŸ’‘ Kindly check [Fusion Lag Compensation Page](https://doc.photonengine.com/en-us/fusion/current/manual/lag-compensation) for info about...

photon-fusion

Limit of Custom properties at StartGameArgs

Notion Knowledge Bank Migration

Key Problem Max amount of custom properties(if any) and how to handle longer load time due to massive size. Optimal n-size. Expected Output/Definition of Done Difference between different StartGameArgs time-wise, maximum amount of multiple arguments. Key Solut...

photon-fusion

Linux Support Installation for Unity 2021.3.8f1 Mac

Notion Knowledge Bank Migration

✍ Last Updated : August 18, 2022 πŸšͺ Prequisite Knowledge (Optional) Unity 3D Editor Installations ❓ Key Question / Problem / Issue Unity Hub installation of 2018.3.8f1 doesn’t properly registers supports of linux standalone build supports βœ… Expected Output/...

unity-3d

Lips, blush, and decal

Notion Knowledge Bank Migration

✍ Last Updated : September 5, 2022 πŸšͺ Prequisite Knowledge (Optional) Working with unity’s shader ❓ Key Question / Problem / Issue How to change character make up color and decal βœ… Expected Output/Definition of Done User can change character make up color as we...

unity-3d

Making Sure Animation Events Get Called When Animation Interrupted

Notion Knowledge Bank Migration

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

unity-animation-(mecanim)

Managed Blockchain (Private Blockchain)

Notion Knowledge Bank Migration

πŸšͺ 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 βœ… Expected Output/Definition of Done Define...

web-3

Matchmaking Service Reference

Notion Knowledge Bank Migration

✍ Last Updated : September 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 βœ… Expec...

Maximum limit of synced gameobject/message data

Notion Knowledge Bank Migration

Key Problem When object in 1 scene is very massive, how to sync all gamobject when there are some limitation for maximum message / gameobject to be synced Expected Output/Definition of Done Able to limit synced massage Key Solution βš™ Quick Conclusion : Messa...

photon-fusion

Merging 2 Project with Git Subtree

Notion Knowledge Bank Migration

Create folder to house / place the subtree project onto Do Git Subtree Add git subtree add --prefix <relative_path_to_subrpoject> <remote_git_url> <remote_branch_name_target> If you want to update package from subtree, do Git Subtree Pull git subtree pu...

git-project-collaboration
git-subtree

Migrating to Git LFS

Notion Knowledge Bank Migration

Migrate Git Repository to Git Large File Storage (LFS) git-lfs/git-lfs-migrate.adoc at main Β· git-lfs/git-lfs it reads git attributes from it’s oldest commit

git-lfs

Minikube Quick Start

Notion Knowledge Bank Migration

✍ Last Updated : September 19, 2022 πŸšͺ Prequisite Knowledge (Optional) [Containerization / Docker](Containerization Docker 2e0ce73ff63b419d9e2782d79c4cc440.md) [Kubernetes Basics](Kubernetes Basics 13d23a5871e14e34b61adac97169813b.md) ❓ Key Question / Problem /...

automated-deployment-(kubernetes)