Mac fixes

This commit is contained in:
2022-11-17 12:09:26 -05:00
parent 29d652a6f0
commit c693d9c871
81 changed files with 694 additions and 796 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ public class Man2D : Singleton<Man2D>
this.CreateSpriteManager();
this.m_Texture = base.gameObject.AddComponent<ManTexture>();
this.CreateFrameBuffer();
this.m_BackSprite = this.AddSprite(string.Empty);
/*this.m_BackSprite = this.AddSprite(string.Empty);
this.m_BackSprite.z = 0;
this.m_BackSprite.w = this.m_nScreenW;
this.m_BackSprite.h = this.m_nScreenH;
@@ -43,7 +43,7 @@ public class Man2D : Singleton<Man2D>
this.m_BackSprite.G = 0;
this.m_BackSprite.B = 0;
this.m_BackSprite.A = byte.MaxValue;
this.m_BackSprite.Brend = SPRITE_DRAW_MODE.BACK;
this.m_BackSprite.Brend = SPRITE_DRAW_MODE.BACK;*/
base.enabled = false;
}
+2 -1
View File
@@ -21,7 +21,8 @@ public static class Pathing
{
get
{
return Pathing.appContentDataUri.ToString();
//return Pathing.appContentDataUri.ToString();
return "file://localhost/" + Application.streamingAssetsPath;
}
}