Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

[QUESTION] Vector interface performance

Discussion in 'Project Tiny' started by Eulenmensch, May 3, 2019.

  1. Eulenmensch

    Eulenmensch

    Joined:
    Mar 10, 2018
    Posts:
    19
    Hello!
    I only now found the vector interface in the docs and have a bunch of code where I did the maths myself. Does the vector interface bring any performance costs with it or should I just use it for readability's sake?