Commit 780ecf4
committed
chore: Update gameframework dependency to version ^0.0.1 in Unity and Unreal pubspec.yaml files
This commit modifies the gameframework dependency in both Unity and Unreal Dart projects' pubspec.yaml files from a fixed version to a caret version (^0.0.1). This change allows for minor version updates while maintaining compatibility, ensuring that the projects can benefit from any future improvements or bug fixes in the gameframework package. Additionally, it includes a refactor of method names in the Unreal engine to improve clarity in logging and message handling.1 parent bf1b022 commit 780ecf4
19 files changed
Lines changed: 2219 additions & 2557 deletions
File tree
- engines
- unity/dart
- unreal
- dart
- android/src/main/kotlin/com/xraph/gameframework/unreal
- ios/Classes
- lib/src
- plugin/Source/FlutterPlugin
- Private
- Android
- IOS
- Mac
- Public
- example/lib
- packages/gameframework/android/src/main/kotlin/com/xraph/gameframework/gameframework/core
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
| 253 | + | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
293 | 295 | | |
294 | 296 | | |
295 | 297 | | |
| |||
0 commit comments