Search Unity

!IsNormalized(normal)

Discussion in 'Editor & General Support' started by yellowlabrador, Dec 31, 2005.

  1. yellowlabrador

    yellowlabrador

    Joined:
    Oct 20, 2005
    Posts:
    562
    Hello All,

    Trying to start a scene and got a console "x" !IsNormalized(normal) and at the bottom Assert in file: Plane.h at line 49.

    Is this a bug or I'm doing something goofy here?

    Thanks,
    Ray
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    It means there is something goofy going on in your scene.
    It's a bug in unity in the sense that it doesn't give you a better idea of how to solve the problem.

    This particular assert usually pops up when you have weird values in your camera setup.
     
  3. yellowlabrador

    yellowlabrador

    Joined:
    Oct 20, 2005
    Posts:
    562
    I was able to recreate the problem by moving the camera really fast and got a "n" on the local position

    Also I got another console error and will post it as another topic

    Thanks,
    Ray