Git Product home page Git Product logo

unityecs-chinesetranslation's Introduction

Unity

本文由Inspoy出于个人兴趣进行翻译,第一次翻译文档,水平有限难免出现翻译错误,语句不通顺,语序错乱崩坏。。而且也许不能及时更新到最新的官方版本,最重要的是,随时可能弃坑←_←

实体-组件-系统(ECS)用户手册

Job system概览

教程

简单的例子

社区

更多信息

Unity at GDC 2018

Unity at GDC 2018

Unity at Unite Austin 2017

Unity at Unite Austin 2017


ECS当前状态

Entity 迭代:

  • 我们已经实现了多种方式(foreach vs 数组,注入 vs API)。现在我们暴露了所有可能的方式,以便用户可以先尽量尝试然后向我们反馈你们更喜欢哪一种。之后我们会删除其他的方式,只保留一个最好的。

使用ECS的Job API:

  • 我们相信可以让它变得更简洁。接下来要尝试的是Async / Await,看看是否有一些又快又简单的模式。

我们的目标是,让Entity可以像GameObject那样可以在编辑器里编辑。场景中要么都是Entity,要么都是GameObject。然而我们现在并没有工具可以不通过GameObject来编辑Entity。所以之后我们想实现:

  • 在Hierarchy和Inspector窗口中显示和编辑Entity。
  • 让Entity支持保存、打开场景,保存为Prefab。

unityecs-chinesetranslation's People

Contributors

inspoy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.