Make Five Nights At Freddy's Game Unity 5 Tutorial - Part 1: Camera Map FNAF Remake - jetgame.pl

Make Five Nights At Freddy’s Game Unity 5 Tutorial – Part 1: Camera Map FNAF Remake

Big Rook Games
Views: 74649
Like: 959
Become an expert at Unity:
FREE 3D ASSET LIBRARY –
Part 2: Making Freddy Fazbear’s Pizza:
Download Free Project Files:

Make Five Nights At Freddy’s Game Unity 5 Tutorial – Part 1: Camera Map FNAF Remake

Let us know if you want to see more FNAF Remakes! FNAF 2 FNAF 3 FNAF 4?

In this series we are remaking one of the most popular horror games loved by Game Theorists (matpat) and pewdiepie. We will continue to make videos until we have completed making the entire Five Nights at Freddy’s horror game!

Check out our other Call of Duty Zombie Remake series!

Make Five Nights At Freddy’s Game Unity 5 Tutorial – Part 1: Camera Map FNAF Remake

Let us know if you want to see more FNAF Remakes! FNAF 2 FNAF 3 FNAF 4?

Get all the latest tutorials and free assets at

64 Comments

  1. you are doing great! i hit that like button! hopefully both of our channels grow huge in 2016! 😉

  2. I used the code in this video for a non-fnaf type game. I'll link to this video and credit you for the camera code. Thanks!

  3. I Think You Should Make a FNaF FreeRoam Tutorial for Unity!

  4. you should make another set of videos like these for the other FNAF games

  5. Assets/Scripts/CameraScript.cs(10,16): error CS0246: The type or namespace name `Button' could not be found. Are you missing a using directive or an assembly reference? <——- HELP

  6. Just thought you should know. The grayscale asset and noiseandgrain do not work with unity 5. Could please tell me what is wrong. On the grayscale it says the ImageEffectsBase is not found. On the NoiseAndSound the PostEffectsBase is not found. I'm a completely new person to unity and don't know how to fix it. Please help.

  7. this isn't working for me. my 2 errors are "error CS1525: unexpected symbol 'public'" and "error CS8025: parsing error". someone plz halp me! my scripting is: using UnityEngine;
    using UnityEngine.UI;

    public class Camscripts : MonoBehaviour {
    public Camera[] Cams;

    public Camera Cam1;
    public Camera Cam2;
    public Camera Cam3;
    public Camera Cam4;
    public Camera officecam;

    public Button Cam1button;
    public Button Cam2button;
    public Button Cam3button;
    public Button Cam4button;
    public Button CamB;

    AudioSource staticsound;

    // Use this for initialization
    void Start () {
    staticsound = FindObjectOfType<AudioSource>();

    public void OnCamButtonClick(string whichButton);

    foreach (Camera cam in Cams);
    cam.depth = -10;

    if(WhichButton == "Cam1button")
    Cam1.depth = 10;
    if(WhichButton == "Cam2button")
    Cam2.depth = 10;
    if(WhichButton == "Cam3button")
    Cam3.depth = 10;
    if(WhichButton == "Cam4button")
    Cam4.depth = 10;

  8. haha create game name five night at shit haha

  9. Free Project file link is not working

  10. this is the name of the assets in this video since you are having a hard time finding it Stealth. (Unity 4x)

  11. could you please share again the assest library it 404

  12. i made a list and did it what way it made for lest code did basically the same thing and made it lot smoother code whise

  13. Hey I just want to know where I can Learn or where do you learn that programing language because I am like three days finding a good place to learn all of that stuff about C#
    I found one but it doesn't show me especifically for Unity.
    it call SoloLearn but i am trying to find a way that is specified for Unity. Do you know one?

  14. doesn't have the map in the stealth asset package what do I do??!

  15. WOW, good job! and Congratulations for your courage!

  16. How do I create my own place instead of download a map?

  17. could you PLEASE add the code in the description!

  18. Can you teach us the effect of coming out of camera mode like a monitor?

  19. Hey no offense but your computer is not really running smooth

  20. If you live in Ohio I could hook ya up with my boy Jordan

  21. I Like How He Calls The Night guard Or Security Guard Office The Homebase

  22. why do the links no longer work did he remove them??

  23. project file link cant be read for some reason. can you fix that?

  24. good tutorial but i dont know how to get the map in the video so i needed to build my own

  25. You Should add a maintenance panel feature that is available on nights 3,4,5,6, and 7

  26. Do you think the buttons to change camera can only be visible when the cams are on!

  27. The links no longer work, not for me anyway…

  28. could you make an update on how to make fnaf in unity?

Leave a Reply

Your email address will not be published.