diff --git a/.gitignore b/.gitignore index 9de5dee..58cbc82 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,6 @@ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ -# Meta of the Git files -LICENSE.meta -README.md.meta -package.json.meta - - # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data /[Mm]emoryCaptures/ diff --git a/README.md b/README.md index ad23a2b..5f04f69 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,25 @@ # Camera Shaker -``2.1`` A simple and easy-to-use Unity component to add juice and game feel to your games. This component shakes the camera using, instead of just random directions, the direction extracted from a perlin noise map. Making each movement feel more connected to the next one, and the shake overall, more fiscal and organic. It was made following the tips of this amazing talk by Squirrel Eiserloh: [Watch the youtube video](https://www.youtube.com/watch?v=tu-Qe66AvtY&list=PLBJR0H4rFtvNiYaPg23POOJRNl3oXZZJ0&index=4&t=295s). -This repository includes a Unity Package file (.unitypackage) and a sample project that lets you test out the possibilities that it offers. You only need to download the Unity Package (.unitypackage) to import it into your project. - See everything this component can do and how to use it on the documentation, here: [S-LucasSerrano/CameraShaker/wiki](https://github.com/S-LucasSerrano/CameraShaker/wiki#camera-shaker--by-s-lucas-serrano) You can play with the sample project directly from your browser on the itch.io page of the asset: [See on Itch.io](https://lucasserrano.itch.io/camerashaker). + *** +### Installation +How to add the package to your project: + +If you have git installed on your computer, from Untiy go to ``Window`` -> ``Package Manager`` -> ``+`` (top left) -> ``Add from Git Url`` and paste the URL to the git repo or the specific release you want. + + +If you don't have git installed, just download the code from here by going to `<> Code` on the top right -> ``Download .zip``, and add it to your project. + +*** ### About me My name is Sergio Lucas Serrano! I'm a technical designer with a lot of focus on game feel. Check out my itch page to see my own games using this sweet camera shake! @@ -21,8 +28,8 @@ Check out my itch page to see my own games using this sweet camera shake! Or contact me at: - Lucas.ss.Serrano@Gmail.com -*** +*** ### License You can use and/or modify this software for free in any personal or commercial project you want. If you end up using this in your games, let me know! diff --git a/README.md.meta b/README.md.meta new file mode 100644 index 0000000..f2271b7 --- /dev/null +++ b/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 07a7733e52dbe024ea8cd81afb8feb72 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index 25ac056..e86a809 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lucasserrano.camera-shaker", "displayName": "Camera Shaker", "version":"2.1.0", - "description": "Simple component to add juice and game feel.", + "description": "Simple component to add juice to your games.", "author": { "name" : "S. Lucas Serrano", "email" : "Lucas.ss.Serrano@Gmail.com", diff --git a/package.json.meta b/package.json.meta new file mode 100644 index 0000000..65ed123 --- /dev/null +++ b/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: edcca39969b3b52468f5e124e6c26bdf +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: