Search found 3 matches

by squirrel
21 May 2009, 13:49
Forum: .Net / Unity3D API
Topic: Noobie Question - C# login script
Replies: 2
Views: 7625

Ahh yes - its one of the easy fixes void Start () { SmartFoxClient smartFox = new SmartFoxClient(); You are here overriding the class variable with a local variable. Remove the SmartFoxClient first part and I think it should work. Oh dear lord. Thank you, amazing I couldn't see...
by squirrel
21 May 2009, 00:00
Forum: .Net / Unity3D API
Topic: Noobie Question - C# login script
Replies: 2
Views: 7625

Noobie Question - C# login script

Hello - I've been using Unity for a while but using Jscript and am unfamiliar with C# (learning though!) Anyway, I have relatively simple script that connects to SFS and then tries to pass a login, but I'm getting a null reference on the smartFox.Login. Code: using UnityEngine; using System; using S...
by squirrel
13 May 2009, 20:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Database or in Server Extension?
Replies: 1
Views: 3487

Database or in Server Extension?

First off - want to say awesome product. I'm using it with Unity 3D and the C# API and it's incredible how fast prototyping and development can be done, even though I'm not that proficient in C#. Anyway, question: If I am creating a fighting game say, and there's multiple players, is it best practic...

Go to advanced search