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 have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feedback unity stills works with 1k updates?

Discussion in 'Meta-forum Discussion' started by maketor, Dec 6, 2019.

  1. maketor

    maketor

    Joined:
    Apr 3, 2015
    Posts:
    2
    Im making a indie game with OpenTK..

    So, I want to make my own game framework based on unity, but when i read how is it work unity Update(https://blogs.unity3d.com/2015/12/23/1k-update-calls/)...i think "that is inefficient directly with c#". but its working...

    what do you recommended to my self?...after, im using System.Reflection.. now im using the an Update like monobehaviour, and is better... for now... but in my movile works bad.