The following warnings occurred:
Warning [2] Undefined array key "extra" - Line: 100 - File: inc/plugins/google_seo/url.php PHP 8.3.24 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 100 errorHandler->error_callback
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined variable $location - Line: 1250 - File: inc/plugins/google_seo/url.php PHP 8.3.24 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 1250 errorHandler->error_callback
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once



Brave Army Community
New to Unity. - Printable Version

+- Brave Army Community (https://bravearmy.com/community)
+-- Forum: Starflight: The Remaking of a Legend (https://bravearmy.com/community/forum-3.html)
+--- Forum: Unity (https://bravearmy.com/community/forum-6.html)
+--- Thread: New to Unity. (/thread-20.html)



New to Unity. - SavageMind - 01-25-2019

So I plan to start messing with Unity. So any major things or useful resources from your perspective I should keep in mind or check out? Thanks


RE: New to Unity. - Marvin Herbold - 01-29-2019

The biggest source of info is the main Unity documentation, but unfortunately, there's a lot of information just plain missing from it or is not explained very well. Unity is in a state of flux - new features are being added and old features are becoming obsolete and stale. I'm finding that I have to Google for Unity info quite a bit. Then there are the Unity bugs. I think I have around 5 open bugs filed with Unity. It can get frustrating sometimes.

If you're just getting started I would suggest doing the official Unity tutorials which have videos and take you step-by-step through creating some sample games.


RE: New to Unity. - Marvin Herbold - 01-29-2019

Also - obviously you can fork my Starflight GitHub repository and just mess with the game - make it do things your way. :-)