Skip to content

Commit

Permalink
started separating credentials ui and logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSimons committed Oct 7, 2024
1 parent c80242d commit 4fd7586
Show file tree
Hide file tree
Showing 18 changed files with 625 additions and 296 deletions.
25 changes: 22 additions & 3 deletions Assets/Prefabs/3DTiles/RealityMesh (3D Tiles).prefab

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions Assets/Prefabs/ObjectLibrary/OBJLayerGameObject.prefab

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Assets/Prefabs/ObjectLibrary/OBJLayerGameObject.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ private void Awake()
read3DTileset.enabled = true;
}

private void CredentialsPropertySectionInstantiated(CredentialsPropertySection credentialsPropertySection)
private void CredentialsPropertySectionInstantiated(CredentialsValidationPropertySection credentialsInputPropertySection)
{
credentialsPropertySection.SetInputFieldsValues(key: configuration.ApiKey);
// credentialsInputPropertySection.SetInputFieldsValues(key: configuration.ApiKey);
}
}
}
Loading

0 comments on commit 4fd7586

Please sign in to comment.