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

Removing Git Sub Module

Notion Knowledge Bank Migration

How do I remove a submodule? Delete Your Packages Delete Entry on /.gitmodules

git
git-project-collaboration
git-submodule

Rendering 3D Character in Front of UMG UI

Notion Knowledge Bank Migration

✍ Last Updated : December 21, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue There was a request to render a 3D character in front of 2D UI, but Unreal def...

unreal-engine

Requesting Unity Installation in Runner

Notion Knowledge Bank Migration

Make Sure Unity Version provide Mac Unity Silicon compatible build.

Reusable Animation BluePrint

Notion Knowledge Bank Migration

✍ Last Updated : December 13, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue In a game, there may be characters that share the same animation logic but wit...

Save And Load Character Data

Notion Knowledge Bank Migration

Key Problem User should be able to save the created character and load them later Expected Behavior User can save the created character data and load them later Key Solution Store the character data using JSON string format. Proposed data structure Character ...

unity-3d

Saving Character to Code string

Notion Knowledge Bank Migration

Key Problem User need to be able to use a string of code to save and load their customized/created avatar. The code length needs to be as minimum as possible. Definition of Done User able to use save and load their customized/created avatar using a string of c...

unity-3d

Screen Capturing Character for Save/Load Icon

Notion Knowledge Bank Migration

✍ Last Updated : September 6, 2022 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue How to screenshot character to be used as save/load icon βœ… Expected Output/Def...

unity-3d

Setting up FMod Plugin in Unreal Engine

Notion Knowledge Bank Migration

✍ Last Updated : January 6, 2023 πŸšͺ Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article Unreal Engine Build System ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowl...

unreal-engine

Shared Mode

Notion Knowledge Bank Migration

Expected Output What is Shared Mode here refer to? How to implement Shared Mode Any insight on using Shared Mode Key Solution In Shared Mode, we will start a Game Client that will connect to Game Server in the Photon Cloud. We must not set DisableClientSessi...

photon-fusion

Smart Contract

Notion Knowledge Bank Migration

Smart Contract Smart contracts are self-executing lines of code that allow for parties to transact with each other without the need for any central authority. Within a smart contract is a list of defined operations that are executed when certain conditions, on...

web-3

SN DBS (Distributed Build System)

Notion Knowledge Bank Migration

🌟 Introduction SN Distributed Build System (SN-DBS) significantly reduces compile times for large console development projects. SN-DBS can distribute Visual Studio, makefile, and custom builds. SN-DBS tools now free for developers - PlayStation Universe βœ… Supp...

SN DBS Nintendo Switch Issue

Notion Knowledge Bank Migration

the error only happens when the agent compiles the code, the local computer doesn’t have this error [2023.01.05-09.43.09:470][ 32]UATHelper: Packaging (Switch): fatal error: malformed or corrupted AST file: 'could not find file 'C:\Nintendo\Unreal-5.1-Switch\N...

sn-dbs-(distributed-build-system)

SN DBS Quick Start

Notion Knowledge Bank Migration

✍ Last Updated : December 29, 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 how to s...

sn-dbs-(distributed-build-system)

Solana Unity SDK

Notion Knowledge Bank Migration

GitHub - garbles-labs/Solana.Unity-Core: Solana's Unity SDK and integration library.

unity-3d
web-3

SonarQube

Notion Knowledge Bank Migration

Related Knowledge Bank Entries SonarQube [Unity Sonar Implementation](Unity Sonar Implementation ebdabbe661344894898256d43f541906.md)

Spine Esoteric Software

Notion Knowledge Bank Migration

Created at: November 14, 2022 11:35 AM Last Edited Time: November 14, 2022 11:35 AM Moved to Bookstack: No Tags: πŸ“Œ Topic

Spine Root Motion

Notion Knowledge Bank Migration

✍ Last Updated : October 7, 2022 πŸšͺ Prequisite Knowledge (Optional) Applying Root Motion ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer βœ… Expected Output/Definition of Done Define what information you real...

spine-esoteric-software
unity-3d

Steam Deck Build Pipeline

Notion Knowledge Bank Migration

✍ Last Updated : January 26, 2023 πŸšͺ 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...

Switch Character Controller Input

Notion Knowledge Bank Migration

Key Problem Toggle between player input and AI input on disconnect Takeover input authority for another object (bots) if the need arises and vice versa. Expected Output/Definition of Done able to switch from player-controlled to AI-controlled and other way ...

photon-fusion

Switch from Single to Multiplayer Mode

Notion Knowledge Bank Migration

Key Problem Switch from single-player mode to multiplayer mode and vice versa Expected Output/Definition of Done Able to switch from single-player mode to multiplayer mode and vice versa Key Solution To separate a single and multiplayer mode. Developer can mod...

photon-fusion