Skip to content

Commit

Permalink
add unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Mar 16, 2018
1 parent 88deeb6 commit ddcb1e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file modified HiFramework/.vs/HiFramework/v15/.suo
Binary file not shown.
Binary file modified HiFramework/.vs/HiFramework/v15/sqlite3/storage.ide
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ ps.允许工程使用**unsafe**代码(项目中有对指针进行操作的逻辑
- 自定义浮点数

xxx
- 单例

xxx

----

Expand Down
Binary file added others/HiFramework_0.3.unitypackage
Binary file not shown.
5 changes: 2 additions & 3 deletions unity/Assets/Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ void Start()
{
Framework.Init();

IIO io = Center.Get<IOComponent>();
var file = io.ReadFile("path");
Read();
Event();
}

// Update is called once per frame
Expand All @@ -38,6 +38,5 @@ void Event()
});

iEvent.Dispatch("hello", null);

}
}

0 comments on commit ddcb1e3

Please sign in to comment.