I’m the User of a PowerMac G5 and as some of u may know unity 3.x is not supported on the PPC Processor, which kinda sucks but i guess unity cant keep making support for older hardware.
i’ve only just started using unity again as i had a lil break from it to go do other things. What i need is help with creating a basic multiplayer environment in unity 2.6.1 and using smartfox as a backend, i need it to interact with a mysql database for username and password login, and then just load a basic scene with cubes as the characters localplayer and remote player e.t.c.
Currently… what i have is a fork of the SFS2x FPS Demo… i have chopped and changed quite alot with it to do what i want… it’s just the login im having trouble with… i can see how to create a server side script for smartfox to interact with the database… but where’s the documentation on sending the request to the server and then recieveing it back in a Unity Environment. I Can only seem to find examples using AS3/Flash for custom logins.
@appels - i found something interesting that you have made before… would you consider sharing this with me? i see it uses SFS 1.6 which wouldnt be too much of a problem to change too as i have both installed in my Dedicated Server.