当前位置:网站首页>[unity][ecs] learning notes (I)
[unity][ecs] learning notes (I)
2022-06-28 10:09:00 【GrimRaider】
20220621
To make the 3 God , Finally, one System.
Learning video :
https://www.youtube.com/watch?v=ILfUuBLfzGI&list=PLzDRvYVwl53s40yP5RQXitbT--IRcHqba&index=1&t=122shttps://www.youtube.com/watch?v=ILfUuBLfzGI&list=PLzDRvYVwl53s40yP5RQXitbT--IRcHqba&index=1&t=122s【 Game development 】Unity ECS DOTS course ( Collection ) Turn over !_ Bili, Bili _bilibilihttps://www.youtube.com/watch?v=ILfUuBLfzGI&list=PLzDRvYVwl53s40yP5RQXitbT--IRcHqba&index=1 The download address of the source code of the automatically generated English subtitle project will be added later :https://unitycodemonkey.com/video.php?v=ILfUuBLfzGI
https://www.bilibili.com/video/av93838467/?vd_source=b2a6377adfb8c1346aecd5a89bc3b7e2 The official manual
Entities overview | Entities | 0.50.1-preview.2https://docs.unity3d.com/Packages/[email protected]/manual/index.htmlUnity edition :2020.3.30
Entity edition :0.51.0-privew.32
Problems encountered :
- introduce Entity After the package is compiled, an error is reported , The lack of API What? , Generally because Unity Version mismatch , Just adjust to the corresponding version according to the official manual , It's not that the higher the version, the better ,
- Added System after , I didn't see the printed log, The reason is that I first installed a full set of bags according to the official documents , Didn't follow the tips in the learning video , installed Netcode, Lead to in DefaultWorld There is no System Generate , Inherit ComponentSystem Will be automatically Client and Server Two world Automatically generated in , But because of the correspondence world There are no qualified ones in the entity,Entities.ForEach It will lead to Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak Warning , And the follow-up will continue to brush Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5) , If you follow the method in the learning video to add System, Be careful not to put the bag Netcode Import the project .
References on the Forum :
summary :
Unity The best version is 2020.3.30, Because the current official examples are all this version , The official example git as follows
GitHub - Unity-Technologies/EntityComponentSystemSamplesContribute to Unity-Technologies/EntityComponentSystemSamples development by creating an account on GitHub.https://github.com/Unity-Technologies/EntityComponentSystemSamples Beginners only introduce what they need package,Netcode Don't introduce this before you know the basics .
China's official example project :
Example Engineering :https://gitee.com/grimraider/unity-ecsdotshttps://gitee.com/grimraider/unity-ecsdots
边栏推荐
- 一文读懂 12种卷积方法(含1x1卷积、转置卷积和深度可分离卷积等)
- Unity AssetBundle asset packaging and asset loading
- 2020-10-27
- Dear leaders, ask me if MySQL does not support early_ Offset mode? Unsupported star
- Application of X6 in data stack index management
- 4 methods for exception handling
- 【云驻共创】DWS告警服务DMS详细介绍和集群连接方式简介
- Please consult me. I run the MYSQL to MySQL full synchronization of flykcdc in my local ide. This is in my local ide
- 增量快照 必须要求mysql表有主键的吗?
- Key summary V of PMP examination - execution process group
猜你喜欢
To enhance the function of jupyter notebook, here are four tips
[Unity]内置渲染管线转URP
代理模式(Proxy)
理想中的接口自动化项目
老板叫我写个APP自动化--Yaml文件读取--内附整个框架源码
Instant messaging and BS architecture simulation of TCP practical cases
增强 Jupyter Notebook 的功能,这里有四个妙招
Unity AssetBundle asset packaging and asset loading
第六天 脚本与动画系统
[Unity][ECS]学习笔记(一)
随机推荐
适配器模式(Adapter)
[NLP] this year's college entrance examination English AI score is 134. The research of Fudan Wuda alumni is interesting
最小栈<难度系数>
再見!IE瀏覽器,這條路由Edge替IE繼續走下去
卸载oracle报错
理想中的接口自动化项目
==And eqauls()
云服务器MYSQL查询速度慢
Inventory of excellent note taking software: good-looking and powerful visual note taking software, knowledge map tools heptabase, hydrogen map, walling, reflect, infranodus, tiddlywiki
Wechat applet development log
读取pdf图片并识别内容
Dotnet uses crossgen2 to readytorun DLL to improve startup performance
How to view the web password saved by Google browser
DolphinScheduler使用系统时间
Au revoir! Navigateur ie, cette route Edge continue pour IE
Unity loads AssetBundle resources from the server and writes them to local memory, and loads the downloaded and saved AB resources from local memory to the scene
[200 opencv routines] 213 Draw circle
dotnet 使用 Crossgen2 对 DLL 进行 ReadyToRun 提升启动性能
Read PDF Text and write excel operation
第六天 脚本与动画系统