Highlights
- Pro
Pinned Loading
-
Solution to Unity Asset Store "Open ...
Solution to Unity Asset Store "Open in Unity" button not working on Windows 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.2.7
5// @author Maoyeedy
-
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
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.