How to make Auto game version update?
Lets say I released some windows standalone game, and it has multiplay. And later, if I add contents or update to my game, how can game users automatically download it and update their game client when...
View ArticleAnyone knows what kind of BVH is used in Unity's new Physics?
I am trying to implement some Bounding Volume Hierarchy(BVH) in parallel using Job System for my own intersection/raycasting system, and searching ways to do that, I found Unity already has it in the...
View ArticleLINQ vs for(...) loop performance
I have a terrain with 30k tree. I want to copy from one to another. I've used for(...) loop and it took ~21s. When i use LINQ, it only took ~7ms. My code: Code (csharp): Â void LINQFind() Â Â {...
View ArticleHow can i get runtime vertices in 2d animated sprite?
Hey guys, I have a sprite that was animated by adding bones and geometry with 2D animation version 2.0.0. The sprite is animating great and now i want to add collider to my sprite. But i find that the...
View ArticleSynth Lines
Homepage | Demo | Asset Store​ With Synth Lines you can get a retro futuristic look... Synth Lines
View ArticleDrag drop game objects (without rigidbody) with the mouse
I've searched and read, but haven't found any satisfactory answers.. Lets say I have a clean project. I add a cube. When pressing play in Unity3D I want to move this cube with my mouse. Pseudo code:...
View ArticleVariable node
Is there a node like the variable node in UE4 :https://forums.unrealengine.com/unr.../59036-a-variable-node-in-the-material-editor (Even shader forge had it) I couldn't find it in shader graph ,if it's...
View ArticleSprite Atlas cannot reduce draw call
I have create a Sprite Atlas to batch the sprites when i try to load the sprite Atlas from the resources folder And save them into a dictionary Then set the sprite of my spriteRenderers to the relevant...
View ArticleAdvanced Multi-Scene - Now Available
View attachment 172060 After weeks of testing and bug fixing, my latest plug-in, Advanced Multi-Scene is now available on the Asset Store. The plug-in addresses some of the shortcomings of using...
View ArticleNavAgent not rotating.
It was working properlly. The NavAgent was rotating accordinglly the tragectory. But since I placed the Animator, things went crazy. Now my agent do not rotate accordingly to its tragectory. What...
View ArticleUnity Pro - Serial has reached the maximum number of activations. Disable...
Everything was working fine but now I can’t start unity Pro because it asked for the license (again) and now it says I’ve reached the maximum number of activations. The problem is I can’t see any...
View ArticleTile Collider not Registering
Hi All, This is probably user error on my end, but I am running into the following issue. I created a Tile Palette with some basic "Land" components. I have a "Steep Slope" ground, both oriented going...
View ArticleEGPU for Unity Mac Dev
So I finally decided to bite and bought a Razor Core X + Vega 56 for some more adventurous Mac development. Whilst the new in-built Radeon Pro series is good enough in a lot of scenario's when aiming...
View ArticleAccess to SV_VertexID from shadergraph
I've been working on modifying ShaderGraph to support rendering meshes created in compute shaders, and as far as I can tell, the only missing piece to allow me to do it with a custom function node is...
View ArticleHow to use jobs to write in order to NativeList
How would one write in order to a NativeList? Scenario: A mathematically intensive task that doesn't have a dependency on the state of methodically identical parallel tasks will add (unknown prior) 0 -...
View ArticleNatCorder - Video Recording API
Get NatCorder on the Asset Store. Hello all! Today, I am very excited to introduce an API that you will most definitely want to get your hands on. The NatCorder API is a lightweight, easy-to-use,...
View Article2D renderer and baking lights
Hi, is it possible to bake a lightmap for the new 2D lights introduced with LWRP and 2D renderer? (especially for global lights). It seems like it doesn't work at all but perhaps my settings are wrong.
View ArticleUMA - Unity Multipurpose Avatar on the Asset Store!
AssetStore link: https://www.assetstore.unity3d.com/#/content/13930 List of all UMA Assets Available on AssetStore: https://www.assetstore.unity3d.com/en/#!/search/page=1/sortby=relevance/query=uma...
View Article[Lunar Mobile Console] High-performance Unity iOS/Android logger built with...
Hey, guys I'm happy to present Lunar Mobile Console: a native solution for debugging Unity iOS/Android games. The plugin is open source. Please, give it a try and let me know what you think! PRO...
View Articletimeline override animationTrack cant Record?
I overrider animationTrack to do new things,but I Found cant record,What can I do ?THx View attachment 452663
View Article