Skip to content

Commit

Permalink
Merge pull request #171 from soulgame/settings
Browse files Browse the repository at this point in the history
put lua3rdmeta along with sluasettings
  • Loading branch information
pangweiwei committed Mar 2, 2017
2 parents 9d48280 + 49b9f42 commit adc7fff
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/Slua_Managed/Lua3rdMeta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static Lua3rdMeta Instance{
#if UNITY_EDITOR
if(_instance == null){
_instance = ScriptableObject.CreateInstance<Lua3rdMeta>();
string path = "Assets/Slua/Meta/Resources";
string path = "Assets/Slua/Resources";
if(!Directory.Exists(path)){
Directory.CreateDirectory(path);
}
Expand Down
9 changes: 0 additions & 9 deletions Assets/Slua/Meta.meta

This file was deleted.

9 changes: 0 additions & 9 deletions Assets/Slua/Meta/Resources.meta

This file was deleted.

Binary file added Assets/Slua/Resources/lua3rdmeta.asset
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Slua/Resources/lua3rdmeta.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Slua/Resources/setting.asset
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Slua/Resources/setting.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adc7fff

Please sign in to comment.