hi, i want to know why when i build or test it in my device from visual studio express by opening project file that created by unity3d it show a bad performance? very laggy and low fps… but when i using build and run from unity, everything works fine… so if i manage to finish my game and put it into the store do user will have a good performance like when i build and run from unity or bad performance like when i build it using visual studio?
Make sure when building from Visual Studios to not use debug build - that will have extra overhead that will slow down your game. Use Release (or Master if it is available).
-Kyle
oh thank you… now i understand it… and it gets a good performance…