ADVERTISEMENT

Dustin Yu emerges as Asia's rising star

Published Aug 28, 2025 07:59 am
Dustin Yu
Dustin Yu

Without a doubt, Dustin Yu is emerging as Asia’s Rising Star. He is set to headline at least two new movies, including the highly anticipated 17th installment of "Shake, Rattle, & Roll: Evil Origins.” 

It was an earlier Shake, Rattle, & Roll film, “Shake, Rattle, & Roll Extreme,” where he made his mark. His role as Bong earned him the award for New Movie Actor of the Year at the 40th PMPC Star Awards for Movies. He also won praise for his role as Kenneth Sy Chan in the series “Mano Po Legacy: The Family Fortune,” and as Zachery in the 2025 drama “Guilty Pleasure.” 

Dustin has demonstrated his versatility as an actor in romance, horror, action, drama, and family stories, excelling equally well in each genre. His authenticity and relatability make every role he takes on noteworthy.

The young actor is the kind of artist who is both approachable and aspirational. He connects with audiences not just through what they see onscreen, but also on social media platforms, where he interacts with fans in the most genuine way.

Recently, his popularity skyrocketed as the housemate known as “Chinito Boss-Sikap ng Quezon City" in the historic “Pinoy Big Brother: Celebrity Collab Edition” season. He earned praise for his diligent work ethic while inside the yellow house, giving a glimpse of the resilience, discipline, and quiet ambition that make this chinito heartthrob a standout in today’s roster of young stars.

A dutiful son, Dustin has learned to balance his family, craft, and business while building a thriving career in the entertainment industry. He studied Marketing at the University of Santo Tomas before choosing to focus on his passion for acting.

Dustin Yu wins New Movie Actor at the 40th PMPC Star Awards for Movies.
Dustin Yu wins New Movie Actor at the 40th PMPC Star Awards for Movies.

Even at his young age, he has already ventured into entrepreneurship. Along with his partners, he put up Eraya, a modern fusion restaurant in San Juan. His drive to excel, build, and grow goes beyond the entertainment industry.

His career trajectory suggests more than stardom; it shapes what the next generation of Asian talent can look like: relatable, versatile, and globally resonant. Truly making him Asia’s rising star.

Aside from Shake, Rattle, and Roll: Evil Origins, Dustin will star in the movie "Love You So Bad" under Regal Entertainment, GMA Pictures, and Star Cinema opposite fellow former PBB housemates Will Ashley and Bianca De Vera.
"Noong unang nabanggit sa akin ang project na ito, sobrang na-excite ako. Sabi ko kay Direk Mae (Cruz Alviar), halos lahat ng ginagawa niya pinapanood ko. (When this project was first mentioned to me, I was so excited. I told Direk Mae (Cruz Alviar), I watch almost everything she does)," said Dustin during an interview for ABS-CBN News recently.
Dustin, 24, said his favorite movie by Director Mae is "Crazy, Beautiful You" starring KathNiel. "I'm honored and happy to be part of this project."
Asked about his first reaction to the project, Dustin said, "Nasa office ako ng GMA when I was informed about this project. And then inalam ko agad. Excited talaga ako. (I was at the GMA office when I was informed about this project. I'm really excited.)"
The movie is inspired by "Dahil Mahal Na Mahal Kita," directed by the late Wenn Deramas in 1998. It stars Claudine Barretto, Rico Yan, and Diether Ocampo.
"Noong nalaman ko na love triangle ang project, yung movie agad ang naisip ko. Yung mom ko kinukuwento niya yun sa akin way back pa. Pinanood ko yung first 10 minutes. (When I found out that the project was a love triangle, the movie immediately came to mind. My mom was telling me about it way back when. I watched the first 10 minutes.)
"We'll make sure magiging masaya lahat at sulit ang pagpapanood ng movie na ito. Tatlong mabibigat na movie companies ang tulong-tulong dito so abangan natin. (We'll make sure everyone will have fun, and this movie is worth watching. Three big movie companies are helping out here, so stay tuned), added. Dustin.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.