Skip to content

Commit

Permalink
add build version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBiancardi committed Nov 19, 2023
1 parent a34b0d5 commit 3a32dfc
Show file tree
Hide file tree
Showing 181 changed files with 28,174 additions and 3,152 deletions.
72 changes: 71 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,74 @@
/Temp
/obj
/Library
*.meta
*.meta


/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/

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

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*

# 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
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
2 changes: 1 addition & 1 deletion Assets/Actors/Eve/eve_sad_tomb.anim
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ AnimationClip:
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 1
m_LoopTime: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scenes/Scene1.unity
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ Transform:
m_GameObject: {fileID: 265475709}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.97, y: -2.86, z: -1}
m_LocalPosition: {x: -1, y: -2.86, z: -1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions Assets/Toolbox/SelectableFactory.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEditor.Animations;
using UnityEngine;

public struct CharacterInformation
{
public Sprite toolSprite;
public Sprite tombSprite;
public AnimatorController animatorController;
public RuntimeAnimatorController animatorController;
public List<AudioClip> onDragClips;

public CharacterInformation(Sprite toolSprite, Sprite tombSprite, AnimatorController animatorController, List<AudioClip> onDragClips)
public CharacterInformation(Sprite toolSprite, Sprite tombSprite, RuntimeAnimatorController animatorController, List<AudioClip> onDragClips)
{
this.toolSprite = toolSprite;
this.tombSprite = tombSprite;
Expand All @@ -29,8 +28,8 @@ static SelectableFactory(){
Sprite eveSprite = Resources.Load<Sprite>("ToolBox/toolbox_evegen");
Sprite adamTombSprite = Resources.Load<Sprite>("Characters/Tomb/tomb_icon_adamgen_normal");
Sprite eveTombSprite = Resources.Load<Sprite>("Characters/Tomb/tomb_icon_evegen_normal");
AnimatorController adamAnimator = Resources.Load<AnimatorController>("Characters/adam");
AnimatorController eveAnimator = Resources.Load<AnimatorController>("Characters/eve");
RuntimeAnimatorController adamAnimator = Resources.Load<RuntimeAnimatorController>("Characters/adam");
RuntimeAnimatorController eveAnimator = Resources.Load<RuntimeAnimatorController>("Characters/eve");
AudioClip maleDrag1 = Resources.Load<AudioClip>("ToolBox/sounds/pick_toolbox_actor_male_generic_01");
AudioClip maleDrag2 = Resources.Load<AudioClip>("ToolBox/sounds/pick_toolbox_actor_male_generic_02");

Expand Down
3 changes: 0 additions & 3 deletions Assets/Toolbox/Selection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System.Collections;
using System.Collections.Generic;
using UnityEditor.Animations;
using UnityEngine;

public class Selection : MonoBehaviour
Expand Down
Binary file modified Library/ArtifactDB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Library/Bee/1900b0aE.dag_fsmtime
Binary file not shown.
Binary file modified Library/Bee/TundraBuildState.state
Binary file not shown.
Binary file modified Library/Bee/TundraBuildState.state.map
Binary file not shown.
Binary file modified Library/Bee/artifacts/1900b0aE.dag/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/Bee/artifacts/1900b0aE.dag/Assembly-CSharp.pdb
Binary file not shown.
Binary file modified Library/Bee/artifacts/1900b0aE.dag/Assembly-CSharp.ref.dll
Binary file not shown.
1,431 changes: 612 additions & 819 deletions Library/Bee/backend1.traceevents

Large diffs are not rendered by default.

1,368 changes: 672 additions & 696 deletions Library/Bee/backend2.traceevents

Large diffs are not rendered by default.

27 changes: 20 additions & 7 deletions Library/Bee/buildprogram0.traceevents
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } },
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } },
{ "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 35942, "tid": 1, "ts": 1700419052001932, "dur": 257002, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052003099, "dur": 72622, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052223546, "dur": 4812, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052228362, "dur": 30557, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052229653, "dur": 24258, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052266422, "dur": 1395, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700419052265981, "dur": 2071, "ph": "X", "name": "Write chrome-trace events", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421498957391, "dur": 368512, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421498958529, "dur": 43008, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499010395, "dur": 284049, "ph": "X", "name": "RunBuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499010699, "dur": 252466, "ph": "X", "name": "PlayerBuildProgramBase.SetupPlayerBuild", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499011430, "dur": 26305, "ph": "X", "name": "SetupDataFiles", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499038253, "dur": 87, "ph": "X", "name": "SetupCopyPlugins", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499040341, "dur": 69837, "ph": "X", "name": "SetupUnityLinker", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499111270, "dur": 150776, "ph": "X", "name": "SetupIl2CppBuild", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499112230, "dur": 27045, "ph": "X", "name": "SetupIl2Cpp", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499145825, "dur": 108202, "ph": "X", "name": "SetupSpecificConfigImpl GameAssembly", "args": {"info": "release_WebGL_wasm"} },
{ "pid": 35942, "tid": 1, "ts": 1700421499154329, "dur": 79032, "ph": "X", "name": "SetupSpecificConfigImpl il2cpp", "args": {"info": "release_WebGL_wasm"} },
{ "pid": 35942, "tid": 1, "ts": 1700421499155136, "dur": 49375, "ph": "X", "name": "SetupSpecificConfigImpl bdwgc", "args": {"info": "release_WebGL_wasm"} },
{ "pid": 35942, "tid": 1, "ts": 1700421499204540, "dur": 2891, "ph": "X", "name": "SetupSpecificConfigImpl zlib", "args": {"info": "release_WebGL_wasm"} },
{ "pid": 35942, "tid": 1, "ts": 1700421499262691, "dur": 472, "ph": "X", "name": "SetupCopyDataIl2cpp", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499266997, "dur": 17019, "ph": "X", "name": "SetupSpecificConfigImpl build", "args": {"info": "debug_WebGL_wasm"} },
{ "pid": 35942, "tid": 1, "ts": 1700421499302589, "dur": 1634, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499304224, "dur": 21675, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499305091, "dur": 17407, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499333129, "dur": 2240, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1700421499332721, "dur": 2869, "ph": "X", "name": "Write chrome-trace events", "args": {} },
Loading

0 comments on commit 3a32dfc

Please sign in to comment.