Skip to content

Alex375/NightWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet S2 : NightWatch

Jeux vidéo d'horreur avec Unity3D pour un projet de première année à EPITA

This project is archived it is on read only.

Quelque captures d'écran

Teaser du jeu : https://www.youtube.com/watch?v=vQQANGb5piM

Informations

Engine : Unity

Version d'unity : 2019.2.18f1

Moteur de rendu utilisé : HDRP

Ajouter un fichier avec git LFS

Installer git LFS

projetS2 $ git lfs install 

Tack un fichier

projetS2 $ git lfs track <file>
projetS2 $ git add .gitattributes
projetS2 $ git commit -m "add gitattributes"
projetS2 $ git push

Ensuite push normal du ficher

Organisation

Tâches 1 2 3
Scénario 50 80 100
Solo 20 60 100
IA 0 50 100
Multijoueur 20 50 100
Environments graphique 40 80 100
Interface utilisateur 30 60 100
Communication 35 70 100
Latex 35 70 100

Documentation

Show notification (bottom right)

  • Show a notification

    NotificationShowing.instance.Show("notification");
  • Stop showing (collapse the canvas)

    NotificationShowing.instance.StopShowing();
  • See if the shower is currently showing

    NotificationShowing.instance.IsShowing; //True if showing

Show mission

Same that showing notification but with MissionShowing

  • Exemple
MissionShowing.instance.Show("mission");

About

Nouveau repo pour projet S2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •