Skip to content

Conversation

@yuxuanchiadm
Copy link
Contributor

using System;
using UnityEngine;
using UnityEngine.UI;
using VRC.SDKBase;
using VRC.Udon;
using VRC.Udon.Common;
using VRC.Udon.Common.Interfaces;
using UdonSharp;


namespace JLChnToZ.VRC.TimeZoneSyncHologram {
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class TimeZoneSyncHandler : UdonSharpBehaviour {
   ...
}

The namespace 'JLChnToZ.VRC' causing problem.

[UdonSharp] Assets/TimeZoneSyncHologram/Scripts/TimeZoneSyncHandler.cs(380,57): error CS0234: The type or namespace name 'SDK3' does not exist in the namespace 'JLChnToZ.VRC' (are you missing an assembly reference?)
[UdonSharp] Assets/TimeZoneSyncHologram/Scripts/TimeZoneSyncHandler.cs(373,44): error CS0234: The type or namespace name 'SDKBase' does not exist in the namespace 'JLChnToZ.VRC' (are you missing an assembly reference?)

@DeltaNeverUsed
Copy link
Owner

Ah!
Thank you, I was not aware you could use global:: for getting the global namespace.
Looks good, so I will merge and make a release. Thank you!

@DeltaNeverUsed DeltaNeverUsed merged commit 277ff33 into DeltaNeverUsed:master Aug 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants