This website requires JavaScript.
Explore
Help
Sign In
cooney
/
ScreenCapture
Watch
1
Star
0
Fork
0
You've already forked ScreenCapture
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
56
Commits
1
Branch
0
Tags
882c2193ab63e2b765604c33ed0b7c60e9666bbf
Commit Graph
2 Commits
Author
SHA1
Message
Date
cooney
4e4d50985e
Update Assets/Editor/BuildScript.cs
Some checks are pending
Final Unity Check / check (push)
Has started running
Details
2026-04-02 21:39:03 +09:00
cooney
56d764db21
Add Assets/Editor/BuildScript.csusing UnityEditor; using System.Linq; public class BuildScript { public static void PerformBuild() { string[] scenes = EditorBuildSettings.scenes .Where(s => s.enabled) .Select(s => s.path)
All checks were successful
Final Unity Check / check (push)
Successful in 4s
Details
2026-04-02 21:38:22 +09:00