Can anyone make a sample of RakNet and unity like movement?

Anyone able to do a simple movement with Unity and RakNet and share it heck maybe make even a base sample of movement and chat or better yet movement chat and login?

I really would love it I bet its not even that hard but being a total newbie I only learn from whats out there and there is really nothing out there with Unity and RakNet…

Also RakNet I think its comparable with Photon and SmartFoxServer but maybe even better because of its free indie use if you make under like 250k profit and even if you make that much then the 5k for windows is nothing.

Anyways thanks for any help anyone can provide :slight_smile: a base sample for people to download would help a crap load.

Also hope this can be C# :slight_smile:

I already have such a system with Unity RakNet, but you would need Unity PRO since you are using a plugin on the client side.

It was already on my mind to create a small base for an easy start.

If i find time the next two weeks i will do a basic RakNet server and RakNet client plugin (.dll) with movement and chat.

For the gamedatabase i used SQLite (item etc.) which lies next to the server’s exe.
For account on the other hand i am using a central MySQL database on my webhoster where people sign up in php.
These things are more complicated and depend from individual concepts, so i think they won’t make it in this little example.
But i can add the SQLite code as a start.

Cheers
Ethan

Ethan that would be great and yes I meet the the requirements. I also prefer MySQL but SQL lite works I think it’s easily changeable.

I was wondering If I start my project now will it probably easy to drop the scripts in and such or might I have some complications if I don’t wait?

Thanks again,
Kane

I dont think that you will have any problems :wink:

You would just call functions like Connect() or SendState() or GetStates() or SendChatMessage() etc which you get from a global C# script in unity.

Okay thanks and I’m very very excited I think this will help push more people towards RakNet. I notice a lot of people

Heck you never know maybe it will become a base for a public type project to grow and have more added to it. As time goes on more and more people want to make multiplayer/mmo type games.