File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed
Assets/FluidStateMachine/Scripts/Builds/Editor Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ static void BuildProject () {
10
10
var files = GetFiles ( ) ;
11
11
var path = $ "{ Application . dataPath } /../FluidStateMachine.unitypackage";
12
12
13
- AssetDatabase . ExportPackage ( files . ToArray ( ) , $ "{ path } /Fluid Behavior Tree.unitypackage") ;
13
+ Debug . Log ( $ "Exporting to { path } ") ;
14
+ AssetDatabase . ExportPackage ( files . ToArray ( ) , path ) ;
14
15
}
15
16
16
17
private static List < string > GetFiles ( ) {
17
18
return AssetDatabase
18
19
. FindAssets ( "" , new [ ] {
19
- "Assets/FluidBehaviorTree " ,
20
+ "Assets/FluidStateMachine " ,
20
21
} ) . ToList ( )
21
22
. Select ( AssetDatabase . GUIDToAssetPath )
22
23
. Where ( file => ! file . Contains ( "Test.cs" ) ) . ToList ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"com.unity.ads" : " 2.0.8" ,
4
- "com.unity.analytics" : " 3.2.2" ,
5
- "com.unity.collab-proxy" : " 1.2.15" ,
6
- "com.unity.package-manager-ui" : " 2.0.7" ,
4
+ "com.unity.analytics" : " 3.3.2" ,
5
+ "com.unity.collab-proxy" : " 1.2.16" ,
6
+ "com.unity.multiplayer-hlapi" : " 1.0.2" ,
7
+ "com.unity.package-manager-ui" : " 2.1.2" ,
7
8
"com.unity.probuilder" : " 4.0.5" ,
8
- "com.unity.purchasing" : " 2.0.3" ,
9
- "com.unity.textmeshpro" : " 1.3.0" ,
9
+ "com.unity.purchasing" : " 2.0.6" ,
10
+ "com.unity.textmeshpro" : " 2.0.0" ,
11
+ "com.unity.timeline" : " 1.0.0" ,
12
+ "com.unity.xr.legacyinputhelpers" : " 2.0.2" ,
10
13
"com.unity.modules.ai" : " 1.0.0" ,
11
14
"com.unity.modules.animation" : " 1.0.0" ,
12
15
"com.unity.modules.assetbundle" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2018.4.0f1
1
+ m_EditorVersion: 2019.1.2f1
2
+ m_EditorVersionWithRevision: 2019.1.2f1 (3e18427e571f)
Original file line number Diff line number Diff line change
1
+ {
2
+ " m_SettingKeys " : [
3
+ " VR Device Disabled" ,
4
+ " VR Device User Alert"
5
+ ],
6
+ " m_SettingValues " : [
7
+ " False" ,
8
+ " False"
9
+ ]
10
+ }
You can’t perform that action at this time.
0 commit comments