I
I
ILIIA22892020-07-12 21:44:56
Unity
ILIIA2289, 2020-07-12 21:44:56

How can I create my own library in unity3D using visual studio?

I wanted to make my library in unity so that it can be used through using ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2020-07-12
@ILIIA2289

Namespaces are used through using. You can write your namespace like this:

namespace MyAwesomeNamespace
{
class MyAwesomeClass
{
}
}

and use for health

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question