Skip to content
Eli Aloni edited this page May 30, 2023 · 15 revisions

Getting started

Downloading and installing Urho.Net

  • With source code
    Contains the native and managed source code of Urho.NET needed only if you want to compile Urho.Net by yourself.
    Takes long time to download , not needed for Game development.
    git clone --recursive -b dotnet-6.x https://github.com/Urho-Net/Urho.Net.git
    git submodule update
  • Without source code , with only precompiled binaries , sufficient for game development.
    git clone -b dotnet-6.x https://github.com/Urho-Net/Urho.Net.git
  • Make sure that the Urho.Net installation path doesn't contain white spaces.
  • cd Urho.Net
  • ./configure.sh (on Windows it's configure.bat)

Start new Urho.Net project

  • ./new-project.sh (on Windows it's new-project.bat)
  • Follow the instructions

Updating Urho.Net with the latest modifications and fixes

  • cd "to the Urho.Net folder"
  • git pull origin

Getting the demo samples

opening and running the FeatureSamples in Visual Studio Code

  • cd Samples
  • code FeatureSamples
  • F5

Videos

General

https://youtu.be/LR4M4RMc1qI

iOS development

https://youtu.be/6YZC6N9cIGk

Android development

https://youtu.be/ElMs_jkcLxo