

Use a text editor to add the following three lines: If you aren't sure which one to go with, keep Git as your option.Ĭlick Create repository. Bitbucket creates your repository and displays its Source page.ĭouble-click the bitbucketstationsupplies repository in Sourcetree and notice that there is nothing to commit from your local repository to the remote repository. Include a README? -If you recently created your account, this defaults to a tutorial README. For the purposes of this tutorial, pick either of the Yes options, that way you'll start out with a file.įrom Version control system, you can choose either Git or Mercurial. If this box is unchecked, anyone can see your repository. Keep the rest of the options as is unless you want to change them:Īccess level -Leave the This is a private repository box checked. A private repository is only visible to you and those with access. For example, if the user the_best has a repository called awesome_repo, the URL for that repository would be. Bitbucket uses this Name in the URL of the repository. With the exception of the Repository type, everything you enter on this page you can later change.Įnter BitbucketStationSupplies for the Name field. Take some time to review the dialog's contents. Bitbucket displays the Create a new repository page. From Bitbucket, click the + icon in the global sidebar and select Repository.

Unity will then save your assets in a UNITYPACKAGE file.Do the following to create your repository:

How to export Unity assets as a UNITYPACKAGE file

The developer can then easily import the UNITYPACKAGE file, and all the assets it contains, into future projects, so they do not have to start developing from scratch. If the developer wants to reuse any of these assets in another Unity development project, they can do so by packaging the assets in a UNITYPACKAGE file. Developers can use Unity to create 2D and 3D games for a variety of platforms, including video game consoles, PCs, and mobile devices.Īs a developer creates a game in Unity, they add various assets, including character models, materials, shaders, audio files, scenes, and other resources, to that game. Unity is a popular video game development application available for Windows, macOS, and Linux.
