How to change code file associations in unity?
Whenever I open to edit a .cs file in Unity, it opens UniSciTE instead of the editor I have associated with this filetype in my OS. How can I change this? I cannot find this setting anywhere in Unity.I...
View ArticleAccessing javascripts from C# scripts
Recently I set upon using waypoints to control my Fish in the water. I use a slightly modified version of the AutoWayPoint from the FPS tutorial.When I tried to access these waypoints from the Fish the...
View ArticleCoroutine in Editor?
Hi,I'm building my own terrain system with some funny features, which means I can't rely on the normal Unity terrain system. One of the things I'm working on is level of detail.I have a coroutine that...
View ArticleInserting heights in TerrainData
Hi.I'm experimenting with procedural landscape generation and paging terraintiles. Every TerrainTile has a Unity Terrain and is being populated with heights. I am having some difficulties with building...
View ArticleWhat is wrong with my tiling shader?
I'm building a prototype for a game concept including a large tiled map. (Yes it's a sidescroller, no it's not a platformer) I'm aiming to have around 10.000 tiles on screen at one time. I tried...
View Article