© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
✅ Quick - Unity "using" directive - C#
C
C#
•
3y ago
•
7 replies
AdiZ
✅ Quick - Unity "using" directive
Really quick question guys
, when trying to use methods from other scripts in Unity
, let
's say the other script
's name
(and therefore the other script
's class name
) is
Decoders
Decoders
, do I do
using Decoders;
using Decoders;
or
using static Decoders;
using static Decoders;
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,470
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ using keyword as a directive
C
C# / help
14mo ago
✅ Using bits/bitmasks in Unity
C
C# / help
2mo ago
✅ Object reference error? Using Unity
C
C# / help
4y ago
Ramp Movement using a rigidbody UNITY
C
C# / help
3y ago