unreal engine - doubility-sky/daydayup GitHub Wiki
Unreal Engine is the world’s most open and advanced real-time 3D creation tool. Continuously evolving to serve not only its original purpose as a state-of-the-art game engine, today it gives creators across industries the freedom and control to deliver cutting-edge content, interactive experiences, and immersive virtual worlds.
Learn
- Allar/ue4-style-guide An attempt to make Unreal Engine 4 projects more consistent http://ue4.style
- Tom Looman: Unreal Engine Tutorials and Game Development Blog
- tomlooman/ue4-tutorials Collection of Unreal 4 Tutorials & Experiments by Tom Looman
- Simple C++ FPS Template for Unreal Engine 4
- EpicSurvivalGameSeries Third-person Survival Game for Unreal Engine 4. https://www.tomlooman.com/survival-sample-game-for-ue4/
- Unreal Engine for Unity Developers
Projects
- AirSim Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research https://microsoft.github.io/AirSim/
- OceanProject An Ocean Simulation project for Unreal Engine 4
- StreetMap Import OpenStreetMap data into Unreal Engine 4
Tools
- UnrealEnginePython Embed Python in Unreal Engine 4
- UnrealCV: Connecting Computer Vision to Unreal Engine https://unrealcv.org
- Tencent/sluaunreal lua dev plugin for unreal engine 4
- Tencent/UnLua is a feature-rich, easy-learning and highly optimized scripting solution for UE4. UnLua follows the programming pattern of UE4. UE4 programmers can use it at zero learning cost.
FAQs
Resources
- terrehbyte/awesome-ue4: A curated list of resources for working with Unreal Engine 4. (Awesome Unreal Engine 4)
- insthync/awesome-ue4: A categorized collection of awesome opensource Unreal Engine 4 repos
Note
官方教程
配置Android工程,基于- 下载虚幻引擎(5或4.27)
- 下载android studio
- 进入Tools/SDK Manager
- SDK Platforms安装最新的sdk
- SDK Tools安装NDK(Side by side)、Android SDK Command-line tools(latest)
- SDK Tools的Build—Tools,卸载默认安装的最新的Build-Tools,安装29.0.2版本
- windows,修改引擎目录下Engine\Extras\Android\SetupAndroid.bat并执行
set SDKMANAGER=%STUDIO_SDK_PATH%\tools\bin\sdkmanager.bat
改成
set SDKMANAGER=%STUDIO_SDK_PATH%\cmdline-tools\latest\bin\sdkmanager.bat
- 项目内除了教程中的配置,还需要配置keystore
- 使用android studio (https://blog.csdn.net/tzhenxiong/article/details/109901468)
- 使用命令行 (windows)[https://blog.csdn.net/Gold_brick/article/details/52850169]
- 项目的minSDKVersion改成21以上