当前位置:网站首页>[Fantasy 4] the transformation from U3D to UE4
[Fantasy 4] the transformation from U3D to UE4
2022-07-02 10:24:00 【I want to play games while my hair is heavy】
Copyright notice : This paper is about CSDN Blogger 「 I want to play games with my hair 」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
Link to the original text :https://blog.csdn.net/weixin_37658157/article/details/123963742
Abstract : This article mainly records my experience from Unity3D Engine to unreal 4 Experience on the transformation of engine , It will involve the comparison of similar concepts between the two fields , Learning direction and plan , And some development skills records .
List of articles
UI The difference on
U3D | UE4 | |
---|---|---|
Main technology | UGUI | UMG |
Using tools | Unity Editor ( namely Unity Editor ) | Widget Blueprints ( Interface blueprint ) |
Editing process | In the scene, you can drag and drop to add various UI Components | Switch to... In the interface blueprint Designer View to edit UI |
Loading mode | You can put the interface directly in the scene , You can also save the interface as Prefab Load as a resource | Trigger in code or blueprint CreateWidget() and AddToViewport() function |
Runtime debugging mode | stay Scene The view can see the state of the whole interface in world space , Click a UI You can view its runtime data | adopt WidgetReflector( Control reflector ) Click a UI View its runtime data , Note that the data is not refreshed in real time , What is displayed is only the instantaneous data when clicking |
Conflict resolution when merging resources | Whether it's Prefab still Scene, Can view the differences in the form of text , However, you cannot merge resources | uasset It's all binary files , Differences cannot be viewed as text , But the interior provides Merge Tool merge blueprint , Also have Source Control Tools lock blueprint resources |
Differences in programming languages
U3D | UE4 | |
---|---|---|
Supported programming languages | C# / JavaScript | C++ |
Visual programming tools | Bolt plug-in unit | The blueprint |
Conceptual differences of similar terms
The official tutorial : by Unity The Unreal Engine prepared by the developer 4 guide , Among them “ Glossary ” One section is very clear , I won't repeat
Life cycle management
UE4: https://docs.unrealengine.com/5.0/zh-CN/unreal-engine-actor-lifecycle/
U3D: https://docs.unity.cn/cn/current/Manual/ExecutionOrder.html
边栏推荐
- ue虛幻引擎程序化植物生成器設置——如何快速生成大片森林
- Blender ocean production
- Ue5 - AI pursuit (blueprint, behavior tree)
- UE4夜间打光笔记
- Postman--使用
- pytest框架实现前后置
- 【Unity3D】无法正确获取RectTransform的属性值导致计算出错
- What wires are suitable for wiring on bread board?
- Commutateur Multi - lentilles Blender
- Configuration programmée du générateur de plantes du moteur illusoire UE - - Comment générer rapidement une grande forêt
猜你喜欢
VLAN experiment
【虚幻】自动门蓝图笔记
Summary of demand R & D process nodes and key outputs
Large neural networks may be beginning to realize: the chief scientist of openai leads to controversy, and everyone quarrels
Junit4 runs MVN test test suite upgrade scheme
Blender model import UE, collision settings
Sil/pil test of matlab code generation
渗透测试的介绍和防范
How to judge the quality of primary market projects when the market is depressed?
Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
随机推荐
Database -- acid of transaction -- introduction / explanation
Alibaba cloud SLS log service
Metaclass type and using metaclass to implement model class ORM
Project practice, redis cluster technology learning (10)
[illusory] automatic door blueprint notes
ERROR 1118 (42000): Row size too large (> 8126)
MPLS experiment
allure--常用配置项
2021-10-02
Skywalking理论与实践
【MySQL】连接MySQL时出现异常:Connection must be valid and open
Career planning and development
【虚幻】自动门蓝图笔记
【避坑指南】Unity3D项目接入腾讯Bugly工具时遇到的坑
Determine whether there are duplicate elements in the array
阿里云SLS日志服务
Blender海洋制作
Bookmark collection management software suspension reading and data migration between knowledge base and browser bookmarks
Large neural networks may be beginning to realize: the chief scientist of openai leads to controversy, and everyone quarrels
【Unity3D】无法正确获取RectTransform的属性值导致计算出错