This repository contains a complete, from-scratch rewrite of the game Angry Neighbor, built specifically for modding. This project is not a decompilation of the original code, it is an optimized, self-coded implementation designed to preserve the original vibe of the game while providing a better development environment.
- Clean Codebase: Written entirely from scratch without relying on decompiled source code. The project structure is organized to make reading, understanding, and extending the game's logic straightforward.
- Optimization and Cleanup: Unused assets, redundant resources, and obsolete scripts have been removed, resulting in improved performance and a reduced build size.
- Simplified Item System: The inventory and item interaction mechanics have been redesigned to allow for easier integration of custom items and modded content.
- Smarter Neighbor AI: Neighbor's pathfinding and decision-making logic have been rewritten to make his behavior better.
- Working Light Baking: Scenes are properly configured for lightmapping, ensuring high-quality baked lighting and stable performance across both PC and mobile devices.
- Atmosphere: All modifications and enhancements were implemented with a focus on retaining the original game's visual style, sound design, and overall feel.
- Development Environment: Unity (Recommended version: 2021.3.45f2)
- At least 2 brain cells
- Clone the repository:
git clone https://github.com/filiposin/AngryNeighbor.git
- Open Unity Hub and install Unity 2021.3.45f2 or higher
- Add project folder to the project list and open it
- Watch tutorials on YouTube or read the manual (soon)
