Unity3d + smartfox : FirstPersonShooter + chat

Trying to add a chat in that FPS ...
http://alaindumenieu.pagesperso-orange.fr/artvrml/050412.htm


.
Then with a transparent way :



.


BTW that is not easy to load the game and to type in the chat !

On the other hand that uses a fullscreen way ( fullscreen script) : type "F" )

using UnityEngine;
using System.Collections;
public class full : MonoBehaviour
{
    void Update()
    {
        if (Input.GetKeyDown(KeyCode.F))
            Screen.fullScreen = !Screen.fullScreen;
    }
}

_________________________________________________________________________

Vrml...........................

______________________________________________________________________

Sommaire................

Intro

______________________________________________________________________

Unity3d + smartfox : FirstPersonShooter + chat

http://mixed3d.free.fr/unity3d/2012/fps/fps2012chatPlayer.html

!!.......chat simple ! ( no shooting ! )
http://mixed3d.free.fr/unity3d/2012/fps/fps2012chatsimplePlayer.html


.
Meeting on march 31 2012  :

.

_________________________________________________________________________

Vrml...........................


______________________________________________________________________

Contents....................

Intro

_______________________________________________________________________