#OpenToWork
Highlights
- Pro
Pinned Loading
-
unity-web-server-nodejs
unity-web-server-nodejs PublicNode server to run Unity Web builds. Supports Gzip and Brotli.
JavaScript
-
[Unity] Autosave the modified scenes...
[Unity] Autosave the modified scenes when exiting playmode. 1#if UNITY_EDITOR
2using UnityEditor;
3using UnityEditor.SceneManagement;
4using UnityEngine.SceneManagement;
5 -
[Unity] This script hides all meta f...
[Unity] This script hides all meta files in Windows Explorer. Just put it under /Assets/Editor folder, then it will run upon every domain reload. 1using System.IO;
2using UnityEditor;
3using UnityEngine;
45namespace Editor
-
[Windows] Fix Unity Asset Store "Ope...
[Windows] Fix Unity Asset Store "Open in Unity" button not working 1$EditorRootPath = "C:\Program Files\Unity\Hub\Editor"
2$versions = Get-ChildItem -Directory $EditorRootPath | Select-Object -Expand Name
3$latestVersion = ($versions | Sort-Object -Descending | Select-Object -First 1)
4$unityExe = Join-Path $EditorRootPath "$latestVersion\Editor\Unity.exe"
5Write-Host "Try registering URL:com.unity3d.kharma for $unityExe"
-
[Userscript] Unity Document Syntax H...
[Userscript] Unity Document Syntax Highlight 1// ==UserScript==
2// @name Unity Docs Syntax Hightligher Fork
3// @namespace https://github.com/Maoyeedy
4// @version 1.3.0
5// @author Maoyeedy
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.