书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 9537 个相关结果.
  • Contributing to the documentation

    Contributing to the documentation Getting started What is the Godot documentation Contributing changes Editing existing pages Editing pages online Adding new pages Titles Sph...
  • Bisecting regressions

    Bisecting regressions What is bisecting? Using official builds to speed up bisecting The Git bisect command Determine the commit hashes Build the engine Run the engine Up t...
  • 前言

    前言 前言 本系列是最佳实践的集合, 可帮助您有效地使用Godot. Godot允许你在如何构建项目的代码库和将其分解为场景方面有很大的灵活性. 每种方法都有它的优点和缺点, 在你与该引擎磨合足够长的时间之前, 很难权衡. 总是有很多方法可以构造代码并解决特定的编程问题. 这里不可能涵盖所有内容. 这就是为什么每篇文章, 都是从一个现实世界的问题...
  • 教程和资源

    教程和资源 从哪儿开始 视频教程 文字教程 开发日志 资源 教程和资源 This is a list of third-party tutorials and resources created by the Godot community. For resources, remember that there is the officia...
  • Going further

    Going further Exploring the manual User-contributed notes Going further You can pat yourself on the back for having completed your first 3D game with Godot. In this series, w...
  • Resources

    Resources Nodes and resources External vs built-in Loading resources from code Loading scenes Freeing resources Creating your own resources Resources Nodes and resources ...
  • Basic XR Locomotion

    Basic XR Locomotion Adding our player body Adding a floor Direct movement Teleport More advanced movement features Up to date This page is up to date for Godot 4.0 . If yo...
  • Exporting projects

    Exporting projects Why export? On PC On mobile Export menu Export templates Resource options Configuration files Exporting from the command line PCK versus ZIP pack file fo...
  • 使用 C++ 性能分析器

    使用 C++ 性能分析器 性能分析器推荐 设置 Godot 测量启动/关闭耗时 性能分析器指令 VerySleepy HotSpot Xcode Instruments 使用 C++ 性能分析器 要优化 Godot 的性能,你首先得知道要优化什么,性能分析器在这方面非常有用。 备注 编辑器中内置了一个 GDScript 的性能分析器,...
  • 为 macOS 平台编译

    为 macOS 平台编译 需求 编译 编译无头/服务器构建 构建导出模板 从Linux交叉编译macOS 为 macOS 平台编译 需求 在macOS下编译时, 需要以下条件: Python 3.5+ . SCons 3.0+ 构建系统. Xcode (或更轻巧的Xcode命令行工具). 可选 - yasm (用于We...