Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by SuicideCommando · Aug 05, 2011 at 06:08 AM · 2d3dutility

Unity to make a Toolset?

Hello all,

I have a few questions about Unity and the limitations it might have in relation to a project I want to start. Essentially I have a tile mapping utility/toolset that allows users to place tiles, walls, etc in a 2D top-down view. I would like to implement this is Unity (Currently written in Java) but also be able to seamlessly move from the 2D view to a 3D view to move through and see the creation in 3D. Most of the objects would be simple primitives (mostly squares/rectangles/cuboids with some archways and whatnot occasionally). Ideally the textures on the objects would be user modifiable while in the 3D view. Are there limitations to Unity that would prevent me from doing this or make it a pain in the ass to do? (If so does anyone know of any potential solutions outside of Unity?)

Thank you for your time.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

3 Replies

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by Eric5h5 · Aug 05, 2011 at 07:40 AM

Unity has very few limitations; basically you can do whatever you want, as long as you have at least some programming ability.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by maikkel · Aug 05, 2011 at 09:14 AM

That won't be a problem (i assume you have good programming knowledge). Java and C# are quite similar, and Unity is VERY Flexible (if you're a good coder) and allows you to control every aspect of the game (including textures down to pixel-level) via code.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by BerggreenDK · Aug 05, 2011 at 10:20 PM

I'm currently building on a complete map/level editor in Unity. The levels will be played from another Unity file afterwards.

To allow "none Unity developers" to build maps, I've decided to store every piece of level data outside Unity. Much like an assets server. This might be the longest way around the real objective, but I like the idea of having the data stored outside Unity when many people co-works on a project.

I've managed to build Load/Save routines that use storage on an ASP.NET webserver and this allows me to reuse C# both in MONO and .NET - and I can this way choose whatever storage I want. RAW binary files, ascii text, XML, SQL - anything.

Only problem so far, is that every new 3D object has to be manually imported by me, and then I have to publish a new version of the unity file. Its hosted on a webserver, so its not hard to distribute, its just a bit annoying that you cant really load FBX files into Unity at runtime.

There can be a little trouble getting the WWW and Yield function to work right, but once you get the hang of it, its rather easy too.

Regarding building tools - yes Unity is a great and fast prototype platform, I think.

The GUI objects are a bit strange for a start, but once you learn them, they are quite fast to use too.

Also notice that the Unity Editor itself is accessible by scripts, so if you want you can extend the Unity Editor with your own level-editor scripts.

Lastly, I have managed to build an asset importer. This automatically ajusts the FBX's when they are imported from Blender Exports. Such as turning animation import on and off, makeing every FBX the right scale and other strange things that happends when export/import from Blender to Unity.

Building this mapeditor has learned me a lot about how Unity works, how to read inputs, how to use the different events etc. so now the actually game is going to be rather simple. I should be able to cut'n'paste a lot of the subscripts from the editor itself (I hope).

So YES - go for it, if you think you can do it. Its great fun!

My little Holodeck

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

How to make quad's always face player? 2 Answers

Help on a 2d game. 1 Answer

GUI Follow RaycastHit 2 Answers

Close meshes render in 2D, but not 3D 0 Answers

2d mouseposition in a 3d world 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges