Skip to content

Commit

Permalink
3.0a
Browse files Browse the repository at this point in the history
- Fixed some links
  • Loading branch information
betodeoliveira committed Sep 18, 2019
1 parent 3d9267f commit 86ef261
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
36 changes: 15 additions & 21 deletions Ez Screenshot/Assets/SMG/Ez Screenshot/Editor/EzSS_Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,40 +119,34 @@ public static void OpenWindow()
_window.Show();
}

[MenuItem("Window/Ez Screenshot/Guide")]
public static void Guide()
{
Application.OpenURL("https://solomidgames.com/guides/ez-screenshot/quick-overview.html");
}

[MenuItem("Window/Ez Screenshot/Help")]
public static void Help()
[MenuItem("Window/Ez Screenshot/More Assets")]
public static void MoreAssets()
{
Application.OpenURL("mailto:help@solomidgames.com");
Application.OpenURL("https://github.com/betodeoliveira?tab=repositories");
}

[MenuItem("Window/Ez Screenshot/Forum Thread")]
public static void ForumThread()
[MenuItem("Window/Ez Screenshot/Website")]
public static void Website()
{
Application.OpenURL("https://forum.unity.com/threads/released-ez-screenshot.633328/");
Application.OpenURL("https://solomidgames.com");
}

[MenuItem("Window/Ez Screenshot/More Assets")]
public static void MoreAssets()
[MenuItem("Window/Ez Screenshot/LinkedIn")]
public static void LinkedIn()
{
Application.OpenURL("https://www.assetstore.unity3d.com/en/#!/search/page=1/sortby=popularity/query=publisher:11524");
Application.OpenURL("https://www.linkedin.com/in/alberto-de-oliveira-8b1a6365/");
}

[MenuItem("Window/Ez Screenshot/Website")]
public static void Website()
[MenuItem("Window/Ez Screenshot/Twitter")]
public static void Twitter()
{
Application.OpenURL("https://solomidgames.com");
Application.OpenURL("https://twitter.com/beto_deoliveira");
}

[MenuItem("Window/Ez Screenshot/Follow us on Twitter")]
public static void FollowTwitter()
[MenuItem("Window/Ez Screenshot/Facebook")]
public static void Facebook()
{
Application.OpenURL("https://twitter.com/solomidgames");
Application.OpenURL("https://www.facebook.com/betovdeoliveira");
}

[MenuItem("Window/Ez Screenshot/Take Screenshot %t")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum Orientations
// Mockup textures
public Texture2D mockupTexture;
public Texture2D screenTexture;
private readonly string baseTexturesURL = "https://solomidgames.com/projects/ezScreenshot/mockups/";
private readonly string baseTexturesURL = "https://raw.githubusercontent.com/betodeoliveira/ez-screenshot/master/Mockups/";
public List<string> mockupsTexturesKeys = new List<string>();
public List<string> screensTexturesKeys = new List<string>();
public List<Texture2D> mockupsTextures = new List<Texture2D>();
Expand Down
13 changes: 10 additions & 3 deletions Ez Screenshot/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- !u!129 &1
PlayerSettings:
m_ObjectHideFlags: 0
serializedVersion: 16
serializedVersion: 18
productGUID: bb393529fd66d4190b72a5f1532490c8
AndroidProfiler: 0
AndroidFilterTouchesWhenObscured: 0
Expand Down Expand Up @@ -52,8 +52,8 @@ PlayerSettings:
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
iosShowActivityIndicatorOnLoading: -1
androidShowActivityIndicatorOnLoading: -1
iosAppInBackgroundBehavior: 0
displayResolutionDialog: 0
iosUseCustomAppBackgroundBehavior: 0
iosAllowHTTPDownload: 1
allowedAutorotateToPortrait: 1
allowedAutorotateToPortraitUpsideDown: 1
Expand All @@ -65,6 +65,7 @@ PlayerSettings:
disableDepthAndStencilBuffers: 0
androidStartInFullscreen: 1
androidRenderOutsideSafeArea: 1
androidUseSwappy: 0
androidBlitType: 0
defaultIsNativeResolution: 1
macRetinaSupport: 1
Expand Down Expand Up @@ -149,6 +150,9 @@ PlayerSettings:
oculus:
sharedDepthBuffer: 1
dashSupport: 1
lowOverheadMode: 0
protectedContext: 0
v2Signing: 0
enable360StereoCapture: 0
isWsaHolographicRemotingEnabled: 0
protectGraphicsMemory: 0
Expand Down Expand Up @@ -269,6 +273,8 @@ PlayerSettings:
height: 180
banner: {fileID: 0}
androidGamepadSupportLevel: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150
resolutionDialogBanner: {fileID: 0}
m_BuildTargetIcons: []
m_BuildTargetPlatformIcons: []
Expand All @@ -278,10 +284,10 @@ PlayerSettings:
m_APIs: 150000000b000000
m_Automatic: 0
m_BuildTargetVRSettings: []
m_BuildTargetEnableVuforiaSettings: []
openGLRequireES31: 0
openGLRequireES31AEP: 0
openGLRequireES32: 0
vuforiaEnabled: 0
m_TemplateCustomTags: {}
mobileMTRendering:
Android: 1
Expand Down Expand Up @@ -499,6 +505,7 @@ PlayerSettings:
monoEnv:
splashScreenBackgroundSourceLandscape: {fileID: 0}
splashScreenBackgroundSourcePortrait: {fileID: 0}
blurSplashScreenBackground: 1
spritePackerPolicy:
webGLMemorySize: 16
webGLExceptionSupport: 1
Expand Down

0 comments on commit 86ef261

Please sign in to comment.