A tiny tool for porting from uFrame 1.6 (no longer support) to new version of uFrame
- uFrame new version at: https://github.com/uFrame
Steps to port project:
-
Change project setting: Exit > Project Settings > Editor > Asset Serialization > Force Text.
-
Menu uFramePort -> StartPort: Wait for seconds, arcoding to project's size. After completed, you have a folder: ProjectName.db out side Asssets folder.
-
uFramePort -> Organize Code: Change folder and code's structure , similar with new version.
-
Check base class: Check code in [.designer] folder & [.designer.cs] files (base class). Remove them if they doesn't has your code.
-
Add new uFrame's lib, remove old uFrame's lib. New uFrame: https://github.com/uFrame.
-
Fix error in code: Comment or do anything to fix error. Make Unity can build & run new uFrame's lib.
-
Building new uFrame's code: Open new uFrame's editor, open your project's name & click Build All.
Good luck to you!