-
Notifications
You must be signed in to change notification settings - Fork 0
remove unnecessary files #3
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
Open
fabiovital5
wants to merge
36
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checking process out for occuring Errors or Failed strings Fixed array out of bounds issues with mainTemplate merge
- run_command.sh -> added changes to copy the dll to the respective unity projects - SelectedScene.cs -> added the function CheckFirstScene() to check if the user has only one scene added,if is the SampleScene and if another scene is open then adds to the Build the open scene. -AndroidCustomBuildWindow -> Call of the new function from SeletedScene.cs CheckFirstScene().
sceneCount is the number of simultaneous opened scenes in the editor
…g-on-custom-build-window APPC-740 Scene picking on custom build window
APPC-739 Foram criadas novas funções para obter o gradle path em diferentes sistemas operativos (windows/mac) e adicioná-lo automaticamente no campo correto com a respetiva versão.
APPC-739 Foi criado o popup warning, para o developer, a avisar que o gradle path não foi encontrado e terá que ser preenchido manualmente. Este aviso será também apresentado no campo a gradle path a preencher.
Foram corrigidos pequenos problemas nas variáveis utilizadas para guardar os gradle paths e retirado o código que eliminava o valor guardado no EditorPrefs.
- CustomTree -> Created 2 private functions : _checkParentNode , _checkSubnodeDebugReleaseContainsKey to check node duplication in the merge of 2 mainTemplate.gradle. -Tools -> Uncomment the lines of the merge
-Get function should return value -path should end in bar -gradle version var should be a local var -removed hammered strings on other parts of the function code to use the constant defined -when android studio isn't found show error message instead of loading the stored on editor prefs -made get function throw error if no version is found
- Added a function in SelectedScene that returns if there is any scene enabled. - Changed the way the scrollview is invoked.
Fetch gradle
…lates APPC-714-Merge-Main_template
…nfirm-button-if-there's-no-picked-scenes
…indow---disable-confirm-button-if-there's-no-picked-scenes Custom build window - disable confirm button if there's no picked scenes
- New checkbox to activate Development Build - New code to control the checkbox value
- Changes in UI Spacing
…ment-build-from-unity-part-on-custom-build-window Allow development build from unity part on custom build window
-Created a new parameter window
Pane docks next to inspector Created constant file for keys
Made some code cleanup
…cy-APP-853 Remove prefab dependency app 853
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.