Search Unity

Instantiating a player in unity using smarfox server

Discussion in 'Multiplayer' started by ashwan, Apr 2, 2010.

  1. ashwan

    ashwan

    Joined:
    Mar 3, 2010
    Posts:
    21
    Hi.
    Can any one tell me how to instantiate a simple cube with 3rd person view using unity smartfox server?
     
  2. ashwan

    ashwan

    Joined:
    Mar 3, 2010
    Posts:
    21
    a small demo project with a simple cube which instantiate whenever a client connected to smartfox server would be very helpful
     
  3. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    On the smartfox page there are two example projects actually.

    one that does about exactly that and the island demo in smartfox multiplayer

    They should help you to get started
     
  4. ashwan

    ashwan

    Joined:
    Mar 3, 2010
    Posts:
    21
    Im a novice programmer. Im facing problem in converting the ISland Demo from FPS to 3rd person view. It is also a bit confusing to me.
    i could only find one example i.e. island demo where is the other one?
     
  5. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    the not 120mb large download straight above :)
    Download .Net API names the download :)

    as for FPS -> 3rd person: thats not trivial as different assumptions are made in there which you would have to "change" to make it work
     
  6. ashwan

    ashwan

    Joined:
    Mar 3, 2010
    Posts:
    21
    That example says about SFS connection and lobby with a tic tac toc example. I coudnt find any help for instantiating the player
     
  7. ashwan

    ashwan

    Joined:
    Mar 3, 2010
    Posts:
    21
    Is there any network tutorial like M2H for untiy smartfox server . The Island demo and tic tac examples were helpful only for certain extent