Search found 13 matches

by Sichuan
28 Mar 2011, 21:38
Forum: SFS2X C# API
Topic: Enquiry about FPS demo
Replies: 3
Views: 6804

Is there any way you could give me a brief heads up or some information to create this myself? I know it needs all kinds of scripts to make it stable, but I am purely interested in the transform transmitting scripts or transmission of any variable for that matter.
by Sichuan
27 Mar 2011, 21:13
Forum: SFS2X C# API
Topic: Enquiry about FPS demo
Replies: 3
Views: 6804

Enquiry about FPS demo

Hello, This is just a quick enquiry to ThomasLund. A couple of days ago you said you would introduce the idea of an FPS-light demo to the people at SFS. Now since my progress on my own project is very much reliant on the knowledge contained in such a demo I was wondering what the current state of bu...
by Sichuan
23 Mar 2011, 14:44
Forum: SFS2X C# API
Topic: What do you suggest to help getting started?
Replies: 9
Views: 14521

In response to appels: Im sure the FPS demo is a good demo, but like you say it is not a walk in the park to learn it. This is exactly what dozens of users are struggling with. From the Lobby Example to a FPS demo is such a big step that most of us who are not familiar with SFS are not able to make ...
by Sichuan
23 Mar 2011, 08:13
Forum: SFS2X C# API
Topic: What do you suggest to help getting started?
Replies: 9
Views: 14521

Yes, I understand what you mean. Although that hello world comment was a quote. The FPS example light will really do the deal though. I myself have been trying to strip the FPS example of all the unnecessary features like ammo, score and guns. But I do not have the knowledge to understand the 20 scr...
by Sichuan
23 Mar 2011, 08:01
Forum: SFS2X C# API
Topic: What do you suggest to help getting started?
Replies: 9
Views: 14521

Also if I look at this thread: http://forum.unity3d.com/threads/69753-Very-simple-tutorial-for-unity-smartfox-2X. I think I vouch for a lot of people by saying that a block-to-plane transformation would be grand. Several quotes from the thread listed above: I have already viewed the "Tris"...
by Sichuan
21 Mar 2011, 21:43
Forum: SFS2X C# API
Topic: What do you suggest to help getting started?
Replies: 9
Views: 14521

Personally, I think a block-to-plane transformation is the best example possible for the unity engine. This will allow users to see what 1 network exchange looks like instead of having to deal with a dozen of variables like health ammo score etc at the same time.
by Sichuan
19 Mar 2011, 12:20
Forum: SFS2X C# API
Topic: Template Example request
Replies: 3
Views: 6927

Well I see what you mean with the 3 examples, but really my point is that for me 1 step is left out. It goes from a simple chat to a game that has features. In the lobby example you learn to how to make a chat, but not how to link it to a game and how to send and receive position coordinates. In the...
by Sichuan
18 Mar 2011, 20:47
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 69982

[SFS DEBUG] TCPSocketLayer: General exception on connection: Thread was being aborted at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP, Boolean requireSocketPolicy) [0x00000] in <filename unknown>:0 at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP)...
by Sichuan
18 Mar 2011, 20:29
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 69982

Error

You didnt get any error in the console?
by Sichuan
18 Mar 2011, 17:20
Forum: SFS2X C# API
Topic: Template Example request
Replies: 3
Views: 6927

Template Example request

Hello fellow smartfoxers, I have been trying to get the hang of this program in cooperation with my knowledge about Unity3d. However, I have been left in the dark for a long time now about how to go about things. Therefore I would like to request a basic version of the FPS demo for learning purposes...
by Sichuan
18 Mar 2011, 13:24
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 69982

File

Hereby included a Unity 3.3 project which is basically the SFS2X Lobby example with the extra security line and the ip of my SFS2X server already entered. Whenever trying to run this, this will cause a bug report to show in the editor console. http://rapidshare.com/files/453162161/SFSLobby.zip
by Sichuan
18 Mar 2011, 12:47
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 69982

So I have it right here: void Start() { Security.PrefetchSocketPolicy(serverName, serverPort); bool debug = true; if (SmartFoxConnection.IsInitialized) { smartFox = SmartFoxConnection.Connection; } else { smartFox = new SmartFox(debug); } But ...
by Sichuan
18 Mar 2011, 08:32
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 69982

Policy Prefetch

I dont understand where I should place this line in the lobby code: using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Text; using Sfs2X; using Sfs2X.Core; using Sfs2X.Enti...

Go to advanced search