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
0
Question by Sky_Wings · Jul 24, 2016 at 11:48 AM · 2d gamebeginnertutorials

Moving from "classic" game engines to Unity for 2D games.

Hello, I've decided to move to unity from more classic engines because of the export modules.

Anyway the biggest problem I have is with how the engine works. from the get go There's no grid based system for sprites, the game camera is clunky(ish) for 2D games in my opinion(probably need to get used to it).

I've looked at tutorials and I always see people just dragging their sprites onto the scene and creating their map like a puzzle, this seems so inefficient compared to other engines where you just write code to do all that.

So the question here are there tutorials / books out there that can help met get used to / work with the different type of layout that unity uses or good beginner guides in general?

Thank you.

Ps I'm not trying to diss on unity but it feels like i'm trying to create a wheel with rectangles when using unity.

Comment
Add comment · Show 1
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 Cherno · Jul 24, 2016 at 12:34 PM 0
Share

Well, using seperate GameObject for each tile is a no-go for all but the smallest of maps. Unity can't handle massive numbers of GOs in the scene, so even a small 100x100 map would be 10,000 GOs which would crush the FPS. So, as a 2D engine Unity is somewhat strange in that it relies on an actual mesh with each tile having one quad that is textured based on a tilemap / texture atlas. Side-scrolling games are handled reasonably well, as a "flat" top-down or isometric games, but the system breaks down for games like the original X-Com where you have an overhead or isometric view with multiple levels and characters have to be drawn in front or behind tiles based on their simulated y position (going stairs up or down, for example).

There are a lot of asset available that handle map creating by providing an editor that created and textures the tile mesh, but most of them are not free I think. However, writing your own isn't too hard.

0 Replies

· Add your reply
  • Sort: 

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

3d Game Kit ( Grenadier) 0 Answers

Did my software download incorrectly? 2 Answers

[2D][Beginner]How do I heal my character when pressing a key while next to a health pack? 1 Answer

How to set y rotation axis to 90 on 2d project, always, forever 1 Answer

trying to instantiate object 1 Answer


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