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

(Legacy) Authenticating to Agate Internal Verdaccio Registry

Notion Knowledge Bank Migration

✍ 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...

upm

(Legacy) Update Your Nuget Agate IP

Notion Knowledge Bank Migration

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...

nuget
agate-internal-nuget-feed

2 Tone Hair Shader

Notion Knowledge Bank Migration

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...

unity-3d

Accessing Agate Internal Cluster

Notion Knowledge Bank Migration

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

Notion Knowledge Bank Migration

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...

nuget
agate-internal-nuget-feed

Adding Git Submodule

Notion Knowledge Bank Migration

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...

git
git-project-collaboration
git-submodule

Agate C# Code Conventions

Notion Knowledge Bank Migration

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

Notion Knowledge Bank Migration

💡 if you can’t see this page ask devops [Still Devops Scoped Information[

Agate Internal Forum

Notion Knowledge Bank Migration

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

Notion Knowledge Bank Migration

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...

upm

Agate Internal NuGet Feed

Notion Knowledge Bank Migration

✍ 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/...

nuget

Agate Internal NuGet Feed Infrastructure

Notion Knowledge Bank Migration

ℹ️ 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...

nuget

Agate Multiplayer Headless Server Standardization

Notion Knowledge Bank Migration

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

Notion Knowledge Bank Migration

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-internal-nuget-feed
nuget

Agate Nuget Package Template

Notion Knowledge Bank Migration

Sign in

nuget

Agate Nuget Project Name & Namespaces Standards

Notion Knowledge Bank Migration

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...

nuget

Agate Tech Dept. Git Group

Notion Knowledge Bank Migration

✍ 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...

git

Agate Unity Package Standard

Notion Knowledge Bank Migration

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...

upm
unity-3d

Agate Unity Package Template

Notion Knowledge Bank Migration

✍ 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...

upm
unity-3d

Agones

Notion Knowledge Bank Migration

✍ Last Updated : September 20, 2022 🚪 Prequisite Knowledge (Optional) [Containerization / Docker](Containerization Docker 2e0ce73ff63b419d9e2782d79c4cc440.md) [Multiplayer](Multiplayer d1696212dbf84eb195595d64a62cef83.md) [Kubernetes Basics](Kubernetes Basics ...

automated-deployment-(kubernetes)