# P12 Editor Alpha v0.8.1.2 Release Notes

By [Project Twelve](https://paragraph.com/@p12) · 2022-10-16

---

![](https://storage.googleapis.com/papyrus_images/a07b966c8357c3b9cd7174ba55dc9412db63ab011caeb5958dc26ca56cdaada6.png)

### Download Address

\\172.24.128.61\\bigcat\\Online version \\2022\\ March 21

### Version number

Editor: v0.8.1.2.20220318183816top

DS：v0.8.1.2.20220318185031

Mobile: v0.8.1.2.20220318181556

### New features

**\[Editor\] Added disconnection and reconnecting time setting function in World Settings**

1.  Automatic client reconnection time: reconnection will be made automatically after connection failure with the server for \[set parameters\] time
    
2.  Server matching reconnection time: If you confirm that the server is disconnected or you quit the game under other unexpected circumstances, you can reconnect to the game within the \[set parameters\] time
    

### New API

*   Return to 233 game details interface
    
            /**
             * Return to Lobby
             */
            function BackToLobby(): void;
            
            //Return to Lobby
            Global.BackToLobby();
        
    
*   Listening to player reconnecting failure events
    
        /**
            * Listening to player reconnecting failure events
            * @listener 
            */
            function AddOnReconnectDSFailedListener(listener: () => void): EventListener;
        
    

1.  V0.8.1 mother material update
    
2.  solve the problem that \[giant god soldier\] first enter the battle to return to the battle, second enter the battle, shoot to hit the building, attack probability no response, the countdown also stopped
    
3.  repair the god soldier war era PIE start four windows, occasional PIE client crash
    
4.  repair the problem of changing other UI without prompting to save after clicking save once in UI editor
    
5.  repair the problem of occasional collapse of Editor caused by dragtool
    

### Caution

1.  Please delete the Assets directory before updating the version
    
2.  All existing projects of Blues students need to use the script to refresh resources and then update the release. Script and usage -> resource refresh (if the game project has already been refreshed with script, you don't need to deal with it again)
    
3.  disconnected reconnection need to update the release project (need to set the reconnection time)
    
4.  After the disconnected reconnecting function is online, you need to deal with the business logic after the disconnected reconnecting by blues students

---

*Originally published on [Project Twelve](https://paragraph.com/@p12/p12-editor-alpha-v0-8-1-2-release-notes)*
