com.backnd.database 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202,7 +202,7 @@ namespace BACKND.Database.Editor
202
202
  }
203
203
 
204
204
  // 메뉴에서 수동 설치
205
- [MenuItem("The Backend/Database/Install SDK Plugins")]
205
+ [MenuItem("The Backend/Database/Install Plugins")]
206
206
  private static void ManualInstall()
207
207
  {
208
208
  string sourcePath = FindSourcePath();
package/LICENSE.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1aa3efb53e15a43ebb52d8665c3a7e65
2
+ guid: 0d97eaefe7a2d4dc4b22df21f6037a25
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.backnd.database",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "displayName": "BACKND Database",
5
5
  "description": "BACKND Database is a Unity SDK for seamless integration with BACKND cloud database services.\n\nEasily manage and synchronize game data such as player profiles, game states, and leaderboards across multiple platforms.\nIdeal for Unity developers looking to implement robust database solutions without complex backend setups.",
6
6
  "unity": "2021.3",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "dependencies": {
14
14
  "com.unity.nuget.newtonsoft-json": "3.2.2",
15
- "com.backnd.tools": "0.0.2"
15
+ "com.backnd.tools": "0.0.3"
16
16
  },
17
17
  "category": "SDK",
18
18
  "author": {