Search Unity

Endless game issue??

Discussion in 'Scripting' started by Theinsanekiller, Feb 28, 2013.

  1. Theinsanekiller

    Theinsanekiller

    Joined:
    Jun 1, 2012
    Posts:
    27
    Hey all,
    I am just creating an endless game in which i m moving my character and its working fine but the problem comes with frame per second, so i just would like to know that:
    Is it better to use instantiation each pieces of level or is it better reposition each time different object which is already there in scene for this we will have to load a lot at the starting.
     
  2. FuzzyNori

    FuzzyNori

    Joined:
    Dec 6, 2012
    Posts:
    47
    Could you elaborate on the problem? Are you have FPS issues ? is that it?
     
  3. Theinsanekiller

    Theinsanekiller

    Joined:
    Jun 1, 2012
    Posts:
    27
    i have FPS problem but i m also confused wether to use instantiate and destroy the platfrom or like i will load 3 pieces of my platfom and will reposition it each time when it goes out of the camera view....
     
  4. yls

    yls

    Joined:
    Apr 13, 2012
    Posts:
    197
    Repositioning without any doubt
     
  5. Theinsanekiller

    Theinsanekiller

    Joined:
    Jun 1, 2012
    Posts:
    27
    But if it goes to, lets say infinite then how it will calculate next position will it cause a problem or not??
     
    Last edited: Feb 28, 2013
  6. FuzzyNori

    FuzzyNori

    Joined:
    Dec 6, 2012
    Posts:
    47
    Its only as infinite as your camera can see it, is it not?
     
  7. Theinsanekiller

    Theinsanekiller

    Joined:
    Jun 1, 2012
    Posts:
    27
    yeah it works fine with repositioning only, infinity is not an issue.
    Thanx all for ur priceless time..