Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Tutorial] Code Optimization!

Discussion in 'Community Learning & Teaching' started by gamadgames, Oct 8, 2016.

  1. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Hello guys and welcome to this new series!
    In this series I'm going to talk about optimazation!

    The 3 principles of optimization (according to me ):
    1) decreasing the amount of steps
    2) remove steps you don't use
    3) remove the steps you do more than once

    I hope you guys like it!
     
    Last edited: Oct 8, 2016
  2. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    Hello guys today we are going to talk about redoing values!

    I hope you guys like it!

     
  3. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    Another code optimization tutorial!
    I hope I can help you with this!

     
  4. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Hello guys today we are going to talk about unreachable code!
    (and is this even optimization?)
     
  5. Owen-Reynolds

    Owen-Reynolds

    Joined:
    Feb 15, 2012
    Posts:
    1,992
    I wonder if you might find a different topic? It seems like your goal is to get practice making a video.

    Video doesn't seem very good for this particular topic. You really just have a few slides, maybe half a page of text altogether. I think most people would just know Optimizing code is best written down, and skip videos on it. Video is good for active stuff: showing where to click, what the screen looks like .. for example, it's easier to show in a video how to "drag-slide" an Inspector value than it is to write it down. Plus, optimizing code doesn't seem to be your area of expertise.

    I wonder if in the Collaboration section you might find someone who wants to work with you on writing and editing a script, and editing video. Topic-wise, the Intro stuff seems more popular. I see Qs about terrain painting for example, which is hard to explain on a written page.
     
  6. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    Thanks for the feedback ;)
    I already do a lot of other topics, but this was requested a lot of times, so I started creating videos about it ;)
    And yeah indeed I know more about the more practicall things of programming.
    Because I do that more often, so sometimes it's a bit rusty ;)