Commit 8866f458 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Merge branch 'develop' into 'main'

Move tracking prefab to package, add export assetbundle capabilities for...

See merge request !2
parents cda6fe25 aa3edb02
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+70 −0
Original line number Diff line number Diff line
# Modified from:
#     https://github.com/github/gitignore/blob/master/Unity.gitignore

/[Ll]ibrary/
/[Uu]serSettings/
[Tt]emp/
[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/

# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties

# Windows
Thumbs.db
Thumbs.db.meta

# MacOS
*.DS_Store

# VS Code
*.vscode

# ignore generated asset bundles
Assets/AssetBundles
Assets/AssetBundles.meta
# ignore arobject scan ios
Assets/ARObjects
Assets/ARObjects.meta
 No newline at end of file

.gitmodules

0 → 100644
+9 −0
Original line number Diff line number Diff line
[submodule "Packages/unity-world-analysis-package"]
	path = Packages/unity-world-analysis-package
	url = https://labs.etsi.org/rep/arf/world-analysis-api-helpers/unity-world-analysis-package.git
[submodule "Packages/unity-world-storage-package"]
	path = Packages/unity-world-storage-package
	url = https://labs.etsi.org/rep/arf/world-storage-api-helpers/unity-world-storage-package.git
[submodule "Packages/unity-world-analysis-arfoundation-wrapper-package"]
	path = Packages/unity-world-analysis-arfoundation-wrapper-package
	url = https://labs.etsi.org/rep/arf/world-analysis-api-helpers/unity-world-analysis-arfoundation-wrapper-package.git

.vsconfig

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
  "version": "1.0",
  "components": [
    "Microsoft.VisualStudio.Workload.ManagedGame"
  ]
}
+127 −0

File added.

Preview size limit exceeded, changes collapsed.

Assets/Editor.meta

0 → 100644
+8 −0
Original line number Diff line number Diff line
fileFormatVersion: 2
guid: 1fdce6419e92a418aa73e2287388a1f8
folderAsset: yes
DefaultImporter:
  externalObjects: {}
  userData: 
  assetBundleName: 
  assetBundleVariant: 
Loading