Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to install latest rg3g components (unix) #36

Closed
wants to merge 2 commits into from
Closed

Add script to install latest rg3g components (unix) #36

wants to merge 2 commits into from

Conversation

alekspickle
Copy link

I guess its doable to make .bat for windows users.

@@ -65,6 +65,19 @@ There are many examples covering various aspects of the engine. Also don't hesit
- Debug: ~3 seconds
- Release: ~8 seconds

## Running examples
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please move this to Examples section?

#! /bin/bash

echo "Download latest rg3d-ui..."
git clone https://github.com/mrDIMAS/rg3d-ui ../rg3d-ui
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this will work as intended if repo was already cloned into the directory, maybe its worth to add checks if directory of a dependency exists and if it does do git pull instead.

@mrDIMAS
Copy link
Member

mrDIMAS commented Nov 1, 2020

I'm closing this because I've moved dependencies in workspace so there is no need to download them separately.

@mrDIMAS mrDIMAS closed this Nov 1, 2020
mrDIMAS pushed a commit that referenced this pull request Dec 12, 2021
* Camera node preview checkbox

* Camera preview command revert() fix

* SetCameraPreviewCommand::execute() refactoring

- fixes #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants