Skip to content

Commit 1f4286a

Browse files
committed
update namespace
1 parent 271ad4f commit 1f4286a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Scripts/UdonArrayPlus.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MonoBehaviour:
2020
compiledVersion: 2
2121
behaviourSyncMode: 0
2222
hasInteractEvent: 0
23-
scriptID: 825312643880628721
23+
scriptID: 1552577768076168974
2424
serializationData:
2525
SerializedFormat: 2
2626
SerializedBytes:

Scripts/UdonArrayPlus.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using UdonSharp;
43
using UnityEngine;
54
using VRC.SDKBase;
@@ -9,7 +8,7 @@
98
// Varneon's VUdon-ArrayExtensions license: MIT License
109
// Reference code: https://github.com/Varneon/VUdon-ArrayExtensions/blob/main/Packages/com.varneon.vudon.array-extensions/Runtime/UdonArrayExtensions.cs
1110

12-
namespace UdonLab
11+
namespace Sonic853.Udon.ArrayPlus
1312
{
1413
public class UdonArrayPlus : UdonSharpBehaviour
1514
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.sonic853.udonlab.arrayplus",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"displayName": "Udon Lab - Udon Array Plus",
55
"description": "The Udon Lab",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)