File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- # 1.1.11  
1+ # 1.1.12  
2+ 
3+ -  Added version checker in tool window opening event
4+ 
5+ # 1.1.11  
26
37-  Migrate materials step
48
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ private void OnEnable() {
119119            Nomnom . UnityProjectPatcher . PatcherUtility . GetUserSettings ( ) ; 
120120            _gameWrapperVersion  =  null ; 
121121
122+             OnLoad ( ) ; 
123+             
122124            EditorApplication . delayCall  +=  ( )  =>  { 
123125                _packageCollection  =  null ; 
124126                CheckPackages ( ) ; 
Original file line number Diff line number Diff line change 11{
22  "name" : " com.nomnom.unity-project-patcher"  ,
3-   "version" : " 1.1.11 "  ,
3+   "version" : " 1.1.12 "  ,
44  "displayName" : " Unity Project Patcher"  ,
55  "description" : " A tool that generates a Unity project from a game build that can be playable in-editor"  ,
66  "unity" : " 2022.3"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments