We provide FREE online mesh simplification service for all Unity users

Dear customers,

We are delighted to announce that all Unity users(include Unity Free users) can use our online mesh simplification service for FREE now!
Download from http://www.mesh-online.net/ right now! Enjoy it!

2 Likes

This looks very interesting. I haven’t yet delved into the world of mobile development so bear with me if this is a silly question. If I have an asset that’s designed for PC build with a large texture and high polygon mesh, can it be made suitable for mobile development by using your tool to reduce the polygon count and then change the texture to a smaller size?

Reduce the polygon count is not a problem, but you need to change the texture size manually, for example, resize your texture to 1024x1024, the size is good for iPhone or iPad.

Hi i downloaded the standalone trial, i found how to zoom and rotate but i don’t know how to move (pan) i tried with the right mouse button but it does nothing.

i read that you have a desktop version and pro version? could you details what the desktop version cant do?
it say 7. Support iOS and Android devices. what does that mean ?
and does it save the animations/rig?

The desktop version can do everything, it can save the animations/rig too.
The Professional version will not be released soon due to our marketing plan.

The current version does not support pan operation, if you have multiple parts of meshes, please click one, it will be centered automatically.

I have this in my shopping cart… just a couple of questions before I actually hit Buy.

Is this an Editor Unity Pro Only Product?
re. “the Unity Free users can use the standalone app to simplify your 3d models.”

I have unity indie.can I make LOD from within Unity’s editor?

p-

We have three versions: Online version, Standalone version and Standard version.

Online version is FREE now, you can make LOD online from within Unity Pro/Free’s editor, but you can not simplify huge 3d models.

Standalone version sells $80, it can import 3d models and export FBX files, it can simplify huge 3d models, but it only runs as a standalone application, you cannot make LOD from within Unity’s editor.

Standard version sells $200, it supports both Pro and Free version of Unity, and it can simplify huge 3d models using the standalone version included, and it can make LOD from within Unity Pro’s editor using the plugin, but Unity Free can not use the plugin.

We suggest Unity Free users buy the standalone version, Unity Pro users buy the standard version.

Does this not include the stand alone version? …why would I buy it some where else for $80.
It seems the face limit on the free version is about 6K, Not 60K…
anything after that (6K/7K), produces “505 Error”…

Why, is it that Unity Free users can not use the Editor Plugin??
is there really no .DLLs in unity free?? even if it not included in the build??

news to me…

guess I need to go pro!!

p-

The online version can work with 60K vertices, you can see this in the third tutorial video, the penguin model has 14052 faces.
Unity Free users can not use the Editor Plugin, because Unity3d only provides plugins in their pro version.

a $200.00 price point is too much….you are not showing that type of “value”…
Good luck, you will need it…I will take a look when it is back at $50.00…

We have twitter now! Follow us by x.com to get deals and latest updates.

Your system works fine and it is great but :
After I have installed it all the icons of the models (imported after it) are replaced by a blue cube !?! If I delete your plugin all the right icons are here again.
Could you fix it, please ?
6R

You mean this?
1713077--107945--bluecube.png
This seems a Unity bug, so I have no better solution at present, you may move out the script after you have finished your job.

Yes…
OK ! Thanks for the reply.
6R

Really affordable price for indie developers and 3d artists!
We decide to change the price to $80, and we believe that the new price is appealing to indie developers.

my problems: 1). the LOD assets that get returned, can not be set to read/write…this is throwing errors in amplify motion…because all objects, that have motion blur, need R/W…also assets can Not be combined at runtime with the unity mesh Combine script…because you can not read and write an asset file…I have tried…

Now I have unity pro, so I can use this…what else can I do about this Read Write issue??

Patrick

Here is what I found from their document, you should import the asset with the R/W flag at runtime, then set it to the mesh filter.

  • Graphics: Unity 4.0 adds a “Read/Write Enabled” option in Mesh import settings. When this option is turned off, it saves memory since Unity can unload a copy of mesh data in the game. However, if you are scaling or instantiating meshes at runtime with a non-uniform scale, you may have to enable “Read/Write Enabled” in their import settings. The reason is that non-uniform scaling requires the mesh data to be kept in memory. Normally we detect this at build time, but when meshes are scaled or instantiated at runtime you need to set this manually. Otherwise they might not be rendered in game builds correctly.

Mantis LOD Editor support Unity 5 now!
This means indie developers can use it in Unity 5 personal version now!