Skip to content

GamePlay Framework with Unity including ugui,tolua, mvc,ai and other modules.

Notifications You must be signed in to change notification settings

chanyowthea/PixelWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelWorld

Introduction

GamePlay is a simple framework for game develop with Unity3D. It is written in c# and lua. It includes many usefull modules for game development, such as mvc, game managers, Assetbundle&lua update. some plugins using in this project:

Features

  • UI widgets with UGUI
  • Game Managers
  • Network
  • MVC framework
  • AssetBundle Manager
  • Self-Update (assetbundle&lua)
  • AI

TODO-List

  • RPG Elements
  • RPG Skill System
  • AssetBundle Mgr Optimize
  • pixel world generate

Update (AssetBundle)

our version-file format are like this:

    version 1.0.1
    assetbundle0 hashcode filesize
    assetbundle1 hashcode filesize
    ...

we will download files which has different hashcode comparing to version-file from server. game server ref:pyGameServer

Blog

AdamWu's Blog

About

GamePlay Framework with Unity including ugui,tolua, mvc,ai and other modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.8%
  • Lua 16.2%
  • ShaderLab 1.7%
  • Python 0.6%
  • C 0.4%
  • HLSL 0.3%