Search found 5 matches

by sabin
26 Dec 2011, 05:07
Forum: SFS2X C# API
Topic: Free licence and database acces limit
Replies: 1
Views: 4532

Free licence and database acces limit

I am Planning to launch my single player right now but i want to get the 100 top Highscores from all users . I am having smartfox pro with free
licence , can i use this for making highcore board using Mysql database with free licence?
by sabin
22 Dec 2011, 13:26
Forum: SFS2X C# API
Topic: Interpolation
Replies: 1
Views: 4519

Interpolation

transform.position = Vector3.Lerp(lhs.Position, rhs.Position, t); this from transforminterpolation script. I tried simple movement using t = 1sec in another scene not in networking part. This shows a sudden movement from position A toB.Then how this part will work on interpolation. Extrapolation is ...
by sabin
21 Dec 2011, 12:28
Forum: SFS2X C# API
Topic: Ping value issue
Replies: 1
Views: 4572

Ping value issue

What is the maximum allowable ping value for mobile online games. I working on 2d shooter game in unity and getting average ping value above 500. This shows the player movement is very laggy. On LAN getting ping below 30, here everything works fine.What s the best methode for synchronization of mobi...
by sabin
21 Dec 2011, 06:57
Forum: SFS2X C# API
Topic: Faster method
Replies: 1
Views: 4294

Faster method

Which methode is more faster? SendObject() methode or SendXtmesage() using extentions.
by sabin
16 Dec 2011, 14:18
Forum: .Net / Unity3D API
Topic: Interpolation script
Replies: 1
Views: 10509

Interpolation script

if(mode == InterpolationMode.EXTRAPOLATION&....)

This s the code from SfS2x fps ,Transforminterpolation Script. But I could n't able to find switching from mode = InterpolationMode.INTERPOLATION to mode = InterpolationMode.EXTRAPOLATION).Then how extrapolation here will work.

Go to advanced search