h2
Protected: How to use AssemblyDefinitions with DLLs in Unity 2019 through 2021
h2
C#/Unity trick: reduce boilerplate code by using ‘using {..}’
h2
Have you ever needed to do this in C#?
h2
Solution: IDisposable / using{}
h2
Jupyter initial install
h2
Unity UI – making Scrollview work perfectly WITHOUT ContentSizeFitter
h2
Simple template for Asset Store revenues
h2
Speed-up Unity2019 Terrains by a factor of 20x using Buffer.BlockCopy
h2
The problem: float[,,] isn’t supported by Unity
h2
Array.Copy() to the rescue!
h2
Try again … Buffer.BlockCopy()
h2
20x faster Terrain data handling
h2
Improving the Unity AssetStore: what I’d like to see in 2020
h2
The A-test for Unity Assets
h2
Nice-to-have’s only Unity can provide
h2
2020 future-looking awesome “make everyone rich” features
h2
Google’s struggles with UX design, 2019 edition
h2
#unity3d #missingdocs: CanvasRenderer.SetMesh() – making it work (mostly)
h2
What one #unity3d private class should be made public? @shawnwhite
h2
Stuff I’ve hacked access to
h2
2020: Installing Jupyter for private notebooks/labs
h2
Core investigations + conclusions
h2
Stuff I CANNOT hack into/around
h2
How to fix: upgrading Apache to 2.4 / PHP 7 breaks WordPress
h2
Apache 2.4 upgrade is a bit dodgy in Debian
h2
Apache 2.4 brings in PHP 7.0, replacing PHP 5
h2
WordPress plugin: insert link to latest post (in category) on your menu
h2
Better than Civ6? Bookmarkable links for Civ4 mod: Master Of Mana sources
h2
The age-old question of Civ games: Roads and rivers in center of tiles, or edges?
h2
#unity3d remove yellow warnings you don’t need #unitytips
h2
Simple #civ5 clone in Unity: hexes, movement, unit selection
h2
Office suites (Word, Excel, Apple, Google) in 2016: Power-user experience
h2
What makes a great #Unity3d asset? Which do you recommend?
h2
Things we want to improve
h2
Which languages need Entity Systems libraries right now?
h2
Self-reported / author-tagged info
h3
Art Assets – author controlled
h3
Procedural meshes for arrows
h3
Callbacks for ALL core Unity methods
h3
PropertyDrawer: doesn’t quite do what it claims to (yet)
h3
AWS: tiers and options
h3
The Project/Hierarchy/Scene/Inspector panels
h3
Step 2: install jupyter
h3
Step 3: install the python parts of Jupyter (specifically: JupyterLab)
h3
Step 4: configure jupyter to work correctly
h3
Step 5: run Jupyter-lab and login for the first time
h3
Step 6: Switch to TLS/HTTPS (make the web-browser connection secure)
h3
Step 7 (final!): make Jupyter run as a service
h3
WARNING: the simple example isn’t quite correct
h3
Performance optimization: ZERO garbage-collection!
h3
Problems: Code together … but apart