Visit Your Cat Sites At The Click Of A Button

If your project is very big and complex, you might even have your own custom online documentation for your coworkers to access. Or on a more downsized example, you might’ve downloaded something and want to keep the reference easy to access somehow.

Whatever the case, chances are you want to keep an easy access to a given website for a reason. This is a built-in attribute that does just that.

Keep Your References

Just take into consideration that to make use of this little button, the class needs to be either a Monobehaviour (a component) or ScriptableObject for this to work. (Because you need to see it in the inspector somehow. After that, it is as simple as:

[HelpURL("http://MyURL.com")]
public class MyDocumentedClass : Monobehaviour { }
See The Wiki Entry

Get More Useful Tips On The GitHub Wiki

What you just read about was ONE of several unity tips that are available on the Unity Tips Wiki.

Please also note that the wiki is updated often, so make sure to check it out!

Read More Unity Tips!

The usage of this little built-in might be somewhat specific, but at least you are now covered on that front if the time comes.

That is all for today's tip

But Like Always…

Thank you very much for reading my blog :3

GDCR - Juice It Or Lose It

While working in a game, ever felt like your progress is kinda bland? That it is missing something. That something might be juice, so keep an eye on this talk. Continue reading

Software Suggestion - Hootsuite

Published on April 05, 2018

Unity Tip - Built-In Primitive Sprites

Published on April 04, 2018