Movatterモバイル変換


[0]ホーム

URL:


Defold logo




Project setup

You can easily create a new project from within the Defold editor. You also have the option to open an existing project already located on your computer.

Creating a new local project

Click theNew Project option and select what kind of project you would like to create. Specify a location on your hard drive where the project files will be stored. ClickCreate New Project to create the project in the location you’ve chosen. You can create a new project from a Template:

open project

Or from a Tutorial with step by step instructions:

create project from tutorial

Or from a finished Sample game:

create project from sample

Adding the project to GitHub

A local project will have no integration with any version control system, meaning that the files reside only on your hard drive. Any changes you make to the files are permanent and there is no way to revert changes or recover deleted files. It is recommended to use a version control system such as Git to track changes to your files. This also makes it very easy to collaborate on a project with other people. Uploading a local project to GitHub can be done in just a few steps:

  1. Create or login to an account onGitHub
  2. Create a repository using theNew Repository option
  3. Upload all project files via theUpload Files option

The project is now under version control and you shouldclone the project to your local hard drive and work from this new location instead.

Open an existing project

Click theOpen From Disk option to open a project already located on your computer.

import project

Open a recent project

Once a project has been opened once it will show up in the list of recent projects. The list will show the projects you have worked on most recently and it will allow you to quickly open any of the projects by double-clicking the project in the list.


[8]ページ先頭

©2009-2025 Movatter.jp