10
2019
EditorScript: HDR Outline for WorldSpace UI Panel using LineRenderer
Needed hdr outline for ui panel, so here’s small editor helper script to assign linerenderer points around UI panel:https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/Editor/ContextMenu/CreateOutlineForPanelEditor.cs *Note: i’m using UI always on top shader for the panel (it fixes the linerenderer z-fight issue, but also needed it for this project to display […]
15
2011
WIP: 3ds Max to Unity Mesh(update#3)
Mesh transfer script from 3DS Max to Unity. It converts 3DSMax mesh to unityscript (javascript), so you have full control over the mesh creation. And whats the point of it? To avoid these: http://answers.unity3d.com/questions/61597/vertex-count-10-times-higher-in-unity.html http://answers.unity3d.com/questions/37435/why-is-unity-got-more-vertices-than-3dsmax.html Using this plugin you get less vertices on your model […]
12
2011
WIP: Maze Generator (editor script)
MazeGenerator Editor script (actual maze algorithm from here) Current status: – Some problems with collisions(?) – 100×100 is ok, 500×500 hangs unity.. – Note that it can build a good maze, but some problems with those plane collisions (it creates invidual mesh planes for the […]
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on