24
2011
mBoatWaves v1.0 (fake)
Testing realtime boat waves..very much a “fake system”, but its a concept demo : ) Should be possible to: – Boat to react on waves – Have multiple boats (additive waves) Source is now available, I’ll give up on this for now..its quite bugged and […]
22
2011
mGroundDigger v1.0
Small test for (fake) digging (2D) ground plane and walking inside the cave. Boulderdash anyone? Info: – Collision checker & mouse hit could be refined..now using just few points for checking – Should be possible to add stone, cannot dig through it – You could […]
21
2011
mVertexShadows 1.0 (fake)
Testing (fake) vertex shadows (while waiting for unity pro..maybe someday?) In the webplayer the light is directional, not pointlight. So it looks like the shadow is not casted from the light direction. (only direction of the light is taken, not position) But you could use […]
21
2011
mParticles v2.1 (3ds Max particle animation importer)
Particle animation exporter/importer for 3dsMax to Unity3D Could be useful for all kind of effects. Webplayer: http://unitycoder.com/upload/demos/mParticles1/ Download source: Source will be available for a download later (unless I can make it good enough for asset store..not very likely, since this system has its limitations..) […]
17
2011
UnityCoder – Unity3D Browser Toolbar
Free toolbar for Unity3D programmers! Current features: – Forum RSS feeds (Helps you to follow forum topics easily) – Answers RSS feeds (Keep on eye for interesting answers) – Unity3D twitter feed (Did you miss the last Unity3D contest? not anymore!) – Links & resources […]
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 […]
14
2011
Function: CubicBezier (2D)
Converted function from this source to Unity. Drawing bezier curves (2D). Download source: CubicBezier.unitypackage
13
2011
Function: Integer to Roman numerals
Small function for converting integer into roman numbers. ie 2012 = MMXII
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 […]
11
2011
Draw mandelbrot on a plane texture
Mandelbrot plotter converted to unity from this source: http://rosettacode.org/wiki/Mandelbrot_set You can increase the resolution by adjusting texture widht & height. Webplayer: http://unitycoder.com/upload/demos/mmandelbrot1/ (nothing much to see, it just draws the mandelbrot on a plane at function start()) Download source + webplayer scene: mandelbrot.unityPackage
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