Source: http://willandorla.com/will/2011/01/convert-folder-into-git-submodule/
$ git clone --no-hardlinks original-repo copied-repo| using UnityEngine; | |
| using UnityEngine.UI; | |
| using UnityEngine.EventSystems; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using SDD.Extensions; | |
| using SDD.Events; | |
| namespace SDD.UI { |
| using UnityEngine; | |
| using UnityEngine.UI; | |
| using UnityEngine.EventSystems; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using SDD.Extensions; | |
| using SDD.Events; | |
| namespace SDD.UI { |
| <html> | |
| <body> | |
| <h2>Privacy Policy</h2> | |
| <p>[Individual or Company Name] built the [App Name] app as a [open source | free | freemium | ad-supported | commercial] app. This SERVICE is provided by [Individual or company name] [at no cost] and is intended | |
| for use as is.</p> | |
| <p>This page is used to inform website visitors regarding [my|our] policies with the collection, use, and | |
| disclosure of Personal Information if anyone decided to use [my|our] Service.</p> | |
| <p>If you choose to use [my|our] Service, then you agree to the collection and use of information in | |
| relation with this policy. The Personal Information that [I|we] collect are used for providing and | |
| improving the Service. [I|We] will not use or share your information with anyone except as described |
Source: http://willandorla.com/will/2011/01/convert-folder-into-git-submodule/
$ git clone --no-hardlinks original-repo copied-repo| //This script enables underwater effects. Attach to main camera. | |
| //Define variables | |
| var underwaterLevel = 7; | |
| //The scene's default fog settings | |
| private var defaultFog; | |
| private var defaultFogColor; | |
| private var defaultFogDensity; | |
| private var defaultSkybox; |
| using UnityEngine; | |
| using UnityEngine.Networking; | |
| public class YourClass : Player | |
| { | |
| [Client] | |
| public void Addthing() | |
| { |
| public Drawable applyRandomColorToDrawable(Drawable image) { | |
| if (image != null) { | |
| // PorterDuffColorFilter porterDuffColorFilter = new PorterDuffColorFilter(randomColorInt(), | |
| PorterDuffColorFilter porterDuffColorFilter = new PorterDuffColorFilter(getRandomAlphaColorInt(), | |
| PorterDuff.Mode.SRC_ATOP); | |
| image.setColorFilter(porterDuffColorFilter); | |
| } | |
| return image; | |
| } |
| /** | |
| * Sets the text size for a Paint object so a given string of text will be a | |
| * given width. | |
| * | |
| * @param paint the Paint to set the text size for | |
| * @param desiredView the desired view | |
| * @param text the text that should be that width | |
| */ | |
| private static float setTextSizeByWidth(Paint paint, View desiredView, | |
| String text) { |
| # | |
| # Build configuration for Circle CI | |
| # | |
| general: | |
| artifacts: | |
| - /home/ubuntu/AndroidApp/app/build/outputs/apk/ | |
| machine: | |
| environment: |
| # | |
| # Build configuration for Circle CI | |
| # | |
| general: | |
| artifacts: | |
| - /home/ubuntu/your-app-name/app/build/outputs/apk/ | |
| machine: | |
| environment: |