Commit 1e7fb90
authored
1.2.0 (#160)
* delegate registry
* tests of delegate registry.
* hide tests out from essential package.
* add packages lock file
* able to ignore certain behavior node for testing purpose.
* use `DelegateRegistry` replace `VariantRegistry`
* declare variant interfaces to be covariant.
* preserve delegate classes and methods.
* remove preserve from registered delegate method.
* fix `SaveToLocalVariant`
* ignore tests
* ignore tests
* integrate expression-evaluation by using DynamicExpresso
* fix building
* SerializedVariant and its drawer
* code generator of variant classes
* fix codegen of math types.
* add missing dll files of DynamicExpresso
* simplify component builder.
* fix samples
* fix sample of variant
* fix sample of character control
* generate Assembly-CSharp.dll for samples.
* move samples and tests into sample package.
* upgrade version of packages
* update packages-locks
* make `Reset` optional.
* fix samples
* get object value from array of serialized property.
* add search bar for drawer of SerializeReference
* use behavior tree id as part of expression lambda id
* update serialized behavior tree of sample.
* fix unit test.1 parent 94ab4e5 commit 1e7fb90
File tree
219 files changed
+4419
-1897
lines changed- Assets
- Packages
- builder.component
- Editor
- Runtime
- Components
- Variant
- builder.odin
- Editor
- Runtime
- builder.visual/Runtime
- Variant
- codegen
- Editor
- Tests~
- debug.component-viewer
- Runtime
- essential
- Dependencies/Attributes
- Editor
- Drawers
- Editor
- CodeGen
- Runtime
- Components
- Core
- Entities
- Nodes
- Actions
- Composites
- Decorators
- Variant
- Registry
- samples
- Runtime
- Entity
- InputSystem
- UnityMovement
- Variable
- Samples~
- Animator
- Entity
- Expression
- GameObjectWithoutEntity
- InputAndCharacterController
- Odin
- Variable
- Visual
- Tests~
- Editor
- Runtime
- variable.scriptable-object
- Runtime
- variant.expression
- Runtime
- dynamicexpresso.core.2.8.1
- net461
- netstandard2.0
- ProjectSettings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
219 files changed
+4419
-1897
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 66 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 53 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 54 | | |
70 | 55 | | |
71 | 56 | | |
| |||
81 | 66 | | |
82 | 67 | | |
83 | 68 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 69 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
118 | 74 | | |
119 | 75 | | |
120 | 76 | | |
121 | 77 | | |
122 | 78 | | |
123 | 79 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 80 | | |
143 | 81 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | 49 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 50 | | |
57 | 51 | | |
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
Lines changed: 0 additions & 13 deletions
This file was deleted.
0 commit comments