Unity3D虚拟聊天室演示

Unity3D虚拟聊天室演示

http://zijan.byethost6.com

用Unity3D做的3D聊天室,像flash一样,第一次运行需要先安装Unity3D浏览器插件。

此Demo是为了检验QGF,一个基于Unity3D的游戏架构。
QGF是多个游戏核心模块的集合,包括了:游戏资源加载,脚本控制,摄像头,输入设备(键盘鼠标),事件机制,游戏界面,网络传输...等等

整个Demo,U3D客户端用C#编写,直接socket连接用Java编写的服务器端程序。后端程序使用NIO2,实现了高速异步跨平台跨语言的网络通讯。

MMOCC Demo V0.4 2011.12.15 update:
1)加入了室外场景
2)实现后台场景资源下载
3)加入多个NPC
4)修改的N个Bug

MMOCC Demo V0.3 2011.11.30 update:
1)加入了布置房间的功能
2)支持多语言
3)可以实时更换GUI皮肤
4)加入了GUI Debug窗口功能,Ctrl+Alt+D

MMOCC Demo V0.2
http://qileyuan.cu.cc
1)加入聊天窗口
2)支持网络联机







什么是MMOCC?
MMOCC是Massive Multiplayer Online Chat Community的缩写,即大型在线聊天虚拟社区。其中有一些比较典型的特征(网上找的我就不翻译了):
1) Avatar Creation (Design character with change of hair, clothes, pants, shoes, and colors)
2) Chatting (Chat is entered, appears in the game inside a chat bubble, and eventually disappears)
3) Credit System to purchase virtual items, clothes, etc)
4) Catalogue System (Add items, Lists all items, a user can purchase an item with credits, and their credits get adjusted. The item is put in their inventory)
5) Items (Create for the users, Can be moved, placed, and rotated inside rooms, or placed into the users inventory)
6) Walking/Talking (Users click to move to a position, can walk around objects, behind objects, interact with objects)
7) Trading (Users can exchange items for other items, or for credits- with another user)
8) Admin System (Can manage other users information, credits, Ban Users, Mute Users, etc)
9) Room Creation (Users can create a virtual room, name it, lock it, unlock it, place items inside it, and decorate it with virtual items)
10) Friend List (Users can add friends to a friends list, and private message them in-game)
11) User Items (Users can create their own objects and sell)
12) Stores Users (Users can create their own shops and businesses which offer services or items in exchange for credits)
MMOCC游戏不再以打怪升级为目的,而是以交友模拟现实生活为主,游戏中万事万物皆可自定义,小到玩家脸上的眉毛,大到建筑的外观,玩家甚者可以自己上传游戏道具和图片,和另外的玩家交换或销售。玩家还可以在游戏中玩游戏,足不出户的和好友举行party,看最新上映的电影,网购自己喜欢的商品。公司可以在游戏中发布广告展示产品,举行线上活动。有人说这就是未来的终极游戏,WEB3.0的一部分。目前属于这一类型的代表游戏有Second Life,PSHome,Webkinz。

猜你喜欢

转载自zijan.iteye.com/blog/1190222
今日推荐