Skip to content

GeneralD/Unity_Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Toolbox

language platform dependencies status

Unity Toolbox hero banner

An unfinished macOS (Cocoa) app stub from 2017, intended as a manager for multiple installed Unity Editor versions. The only implemented behavior is listing the contents of ~/Developer/Unity_Versions/ to the log at launch — no UI logic beyond the storyboard scaffold was completed.

Status

Legacy / abandoned prototype. Last touched in September 2017, before Unity Hub made multi-version management a solved problem. Kept for archival purposes; not intended for use.

Requirements

  • macOS 10.12+
  • Xcode with Swift 4.0 toolchain (era-appropriate; modern Xcode will require migration)
  • CocoaPods (the Podfile declares no pods — it is an empty scaffold)

Project Structure

Unity Toolbox/
├── AppDelegate.swift      # Default template app delegate
├── ViewController.swift   # Logs ~/Developer/Unity_Versions/ contents
├── Base.lproj/            # Main.storyboard (table view placeholder)
└── Info.plist
Unity Toolbox.xcodeproj/   # Xcode project (Swift 4.0)
Podfile                    # Empty CocoaPods scaffold

License

No license file is included.

About

Unfinished 2017 macOS app stub for managing installed Unity Editor versions (Swift 4.0, AppKit).

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors