Skip to content

Manick94/LeoAdventureCat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo Adventure Cat

Jouez tout en aidant la cause animale !

Lâchement abandonné par son maître, aidez Léo à retrouver son frère à travers de nombreuses aventures.

La recette générée par ce jeu est reversée à une association animale (plus d'infos).

More details on the game

Memo

Remember

Use adb logcat : See doc Launch Command Prompt at adb.exe location (C:\Users[username]\AppData\Local\Android\android-sdk\platform-tools) then type :

adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG

Get device ID for AdMob : Launch Command Prompt at adb.exe location (C:\Users[username]\AppData\Local\Android\android-sdk\platform-tools) then type :

adb logcat -s "Ads"

(or without -s "Ads" to remove the filter) , then start ad request on the device. Watch for the line "Use AdRequest.Builder.addTestDevice("###########") to get test ads on this device." in the logs. Display Warnings and higher on logcat :

adb logcat *:W

Tiled2Unity : Sorting Layer

  • How to auto import Sorting Layer
  • Create a string custom property named sortingLayerName on the Tiled layer, and set it with the name of the Unity sorting layer.
  • For the collision layer, clic on the rectangle collider in the Tile Collision Editor and the Type property to match the physics layer in Unity.

GooglePlayGames plugin

Graphismes

  • Bonus/Icônes : Filtres > Distorsion de lentille
  • Sprites : Contour avec crayon taille 2, puis selection, réduire de 1, inverser la sélection, adoucir de 2, supprimer
  • LockedWorldImage : Filtre > Flou > Pixelisation > pixel size : 20
  • Stars (world 2 background) : Filtres > Ombres et Lumières > Supernova

Resources

Hue defines the tone of the actual color. For example, the color red has a hue value of 0 regardless of what you set the saturation and brightness values to. If you change that hue value to 120 you will have changed the color to green and if you change it to 240 the color will become blue.

Now what happens if we take one of those colors and give it a saturation value of 50? It looks as if you are picking a different color, but you are actually only affecting the intensity of the color - that is, how vivid the color is. Reducing the saturation makes the color look washed out.

Brightness, then, accounts for how light or dark the color is. If we reduced the brightness of a color, we would see this as a darker shade of that same color.

To create a great color palette you need only follow this rule:

IF hues do not equal each other
THEN set saturations to match each other
AND set brightnesses to match each other

ELSE IF saturations do not equal each other
THEN set hues to match each other
AND set brightnesses to match each other

ELSE IF brightnesses do not equal each other
THEN set hues to equal each other
AND set saturations to equal each other

Author

Bryan MARTINET

Credits

  • Icons made by Smashicons from flaticon.com
  • Most of music made by Kevin MacLeod (incompetech.com)
  • UI (panel and buttons) made by Cameron Tatz (@CamTatz)

Unity 2017.1.1f1

About

2D Android Game (Platformer) for animal protection association

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.9%
  • Objective-C 4.9%
  • ShaderLab 1.3%
  • Objective-C++ 0.4%
  • C 0.4%
  • HTML 0.1%