Skip to content

unitycoder/UnityHubModding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

UnityHubModding

for educational purposes only!

Uncheck "Connect to Unity Cloud" by default

  • open build/renderer/main.js
  • find line:
    {testId:"connect-services-checkbox",id:"unified-project-enabled-checkbox",isChecked:Y,onChange
  • replace with:
    {testId:"connect-services-checkbox",id:"unified-project-enabled-checkbox",isChecked:0==1,onChange

Enable Create Project Button (without having to select Cloud Organization)

  • open build/renderer/main.js
  • find line:
    {r({id:"cancel-create-project",label:"Cancel"}),e()},testId:`cancel-project-${i.name}`},n("common:CANCEL")),s.default.createElement(u.Button,{isDisabled:o||S,onClick:function(){r
  • replace with:
    {r({id:"cancel-create-project",label:"Cancel"}),e()},testId:`cancel-project-${i.name}`},n("common:CANCEL")),s.default.createElement(u.Button,{isDisabled:1==0,onClick:function()

Remove Version Control & Cloud Dashboard columns

Add Support for Custom Project Titles from ProjectName.txt or ProjectSettings ProductName field (instead of using folder name)

About

for educational purposes only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published