Advanced Search
Search Results
354 total results found
Product Manager - Knowlege Sharing
Here you can find the insight of PM - Knowledge Sharing, whether from study cases or experiences.
Unreal Engine
Git
test
Notion Knowledge Bank Migration
test Book for use case
Tech Research Writing Template
Book containing Template Page for easier writing processes
Quest Book Test
Unreal Gameplay Ability System Scaffold
Gameplay Ability System Template from Agate.
Tech Knowledge Bank
Notion Access-Limited Information
book containing notion page content that access limited but containing useful information
BookName
test Book for use case
Agate Convention, Standard & Policies
Hello! Welcome to Agate’s Convention, Standard & Policies page. In here you will find information about the guideline, standards and policies enforced in Agate. These two things exists to ensure qualities in our products and to ensure compliance with our value...
Installation
How to Apply the Agate GAS in Your Project.
Attribute
All About Attribute in GAS.
Gameplay Effect
All About Gameplay Effect in GAS.
Ability
All About Gameplay Ability in GAS.
Other
Other Things that also could be Useful.
Standard
Agate’s standard exists to ensure qualities in our products. Standard is mandatory to be applied.
Procedure
A set of processes to implement recurring task and to comply with Agate’s Standard and Policy. Procedure is mandatory to follow.
Policy
Agate’s effective policy to ensure compliance with our value and business. Agate’s Policy is mandatory and strict.
Guideline
A collection of Agate’s recommendation or suggestion that can be followed in a given situation. A guideline is optional.
(Legacy) Authenticating to Agate Internal Verdaccio Registry
✍ Last Updated : November 21, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article [Installing Node.js To Your Windows Machine](Installing Node js To Your Windows Machine b78197dd346e46eaa3f2ae...
(Legacy) Update Your Nuget Agate IP
If you are in Agate Office environment, you can change pointing address to Nuget Agate local IP 10.10.10.111 (the ip address can be different depend on IT Infra, but hopefully it doesn’t change). If you are hybrid office & home, don’t change this. Go to C:\W...
2 Tone Hair Shader
Key Problem Finding the best practice on how to blend 2 color for hair. The common practice in blending color usually done with alpha channel, but since alpha channel will be used for hair transparency / alpha testing, it can not be used. Possible Solutions If...
Accessing Agate Internal Cluster
Devops Base Page Accessing Local Minikube in Runner Linux 03 Add Agate Cluster config minikube-runner-linux-03.txt Download this file and save it to on Linux: ~/.kube on Windows: %USERPROFILE%\.kube\ or create a new file then copy and paste these conte...
Accessing Custom NuGet Feed
Visual Studio NuGet UI Select Project → Manage Nuget Packages Click on Setting Select Package Sources, Click Add, and set sources. Then Click Ok. Url : https://test-proget.agatedev.net/nuget/nuget-proxy/v3/index.json Uncheck nuget.org because Nuget A...
Adding Git Submodule
Add Submodule On Source Tree, Right Click near Remotes, Add Submodules Using Git Bash: git submodule add -b <BranchName>[https://gategit.agate.id/newace/modulexyz.git](https://gategit.agate.id/newace/modulexyz.git) <SubModulePath> Now, you have staging a...
Agate C# Code Conventions
Naming Conventions General Naming Conventions - Framework Design Guidelines Pascal Case public class ClassNameUsingPascalCase { ... } public interface IClassNameUsingPascalCase { ... } public function DoSomething() //public function using pascal case { ....
Agate Gitlab Runner Infrastructure
💡 if you can’t see this page ask devops [Still Devops Scoped Information[
Agate Internal Forum
Agate International - Internal Communication Platforms Welcome to Agate Internal Discourse Introduction Page. First and foremost let me thank you for your time to read this page. As we only have a limited precious time let me get to it. Why Discourse Forum ? i...
Agate Internal NPM Registry
Test-Proget Web UI internal-npm API Endpoint URL https://test-proget.agatedev.net/npm/internal-npm/ Verdaccio (Legacy) Agate Verdaccio (Legacy) Authenticating to Agate Internal Verdaccio Registry Synced Block 💡 Agate provide internal `npm` package registry fo...
Agate Internal NuGet Feed
✍ Last Updated : January 7, 2023 Test-ProGet (NuGet) nuget-proxy 💡 For Authentication Token please submit devops ticket at [http://s.agate.id/devopsticket](https://teams.microsoft.com/78c7b4f95fdf42c6bdadd8f235409130) Url : https://test-proget.agatedev.net/...
Agate Internal NuGet Feed Infrastructure
ℹ️ TLDR : Push Package to [https://nuget-global.agate.id/](https://nuget-global.agate.id/) Pull Package from [https://nuget.agate.id/](https://nuget.agate.id/) In Order to By-Pass Microsoft Blacklisting on Agate Network. we have 2 NuGet Feed which mirror c...
Agate Multiplayer Headless Server Standardization
Discussion Sources : Agones - Headless Standardization Discussion Infrastructure Specifications Fleet Name <namaproject>-<tipeheadless>-headless-fleet example : eizperchain-dungeon-headless-fleet <namaproject>-<tipeheadless>-headless-fleet-autoscaler examp...
Agate NuGet FAQ
Nuget Agate Showing Error Status 401 (Unauthorized) When Restore Ask for Nuget credentials to devops Copy Nuget.Config to your project (1 level with sln files) nuget.config Input credentials to Nuget Popup Try dotnet restore again in Package Manager Consol...
Agate Nuget Package Template
Sign in
Agate Nuget Project Name & Namespaces Standards
References: Names of Namespaces - Framework Design Guidelines What are they? Project Name, Root Namespace & Assembly Name. Project Name is basically the name of the .csproj that displays on solution explorer Root Namespace is the base for any sub namespace th...
Agate Tech Dept. Git Group
✍ Last Updated : November 11, 2022 Company Git Repository Group ❔ Backgrounds Agate as a tech company have made lot of learning progress in it’s journey have made lots of Off-Quest Projects git group and sub group that contain lots of template, research projec...
Agate Unity Package Standard
Versioning We Use Semantic Versioning to version our packages Semantic Versioning 2.0.0 Versioning Naming com.agatestudio.{teamname}.{modulename} com.agatestudio.{teamname}.{modulename}.{suffix1} Rules: Package names use only lowercase letters, digits, hypens...
Agate Unity Package Template
✍ Last Updated : November 4, 2022 🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article [Publishing New Package to Registry](Publishing New Package to Registry 39c5e426a10f49e7b0c62782bbe2c302.md) [Cr...
Agones
✍ Last Updated : September 20, 2022 🚪 Prequisite Knowledge (Optional) [Containerization / Docker](Containerization Docker 2e0ce73ff63b419d9e2782d79c4cc440.md) [Multiplayer](Multiplayer d1696212dbf84eb195595d64a62cef83.md) [Kubernetes Basics](Kubernetes Basics ...